From 88a0392f517bc370b0f84283da2118b3485e18fd Mon Sep 17 00:00:00 2001 From: Martin B Date: Fri, 28 Jan 2022 22:34:00 +0000 Subject: [PATCH] Add 'Please Ping Me' role and alphabetize --- ftsbot/data.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ftsbot/data.py b/ftsbot/data.py index 61cf33a..f84d0a6 100644 --- a/ftsbot/data.py +++ b/ftsbot/data.py @@ -163,9 +163,10 @@ # Misc roles botrolesmisc = [ - 'Templates', 'Announcements', 'CS Predictions', 'Game Night', + 'Please Ping Me', 'Random Stats of the Day', + 'Templates', ]