Make prefixes case insensitive, make Hmm? easter egg work with all prefixes

This commit is contained in:
Stijn De Clercq 2020-11-03 16:06:08 +01:00
parent e364d964a2
commit c897cebcd5
5 changed files with 46 additions and 20 deletions

View file

@ -2,6 +2,7 @@ from enum import Enum
myId = "171671190631481345"
didierId = "680510935164911730"
coolerDidierId = "728361496874057812"
botIDs = [
"155149108183695360",
"234395307759108106",
@ -43,6 +44,8 @@ creationDate = 1582243200
holidayAPIKey = "af4e1ebe-465d-4b93-a828-b95df18e6424"
prefixes = ["big d", "didier"]
class Live(Enum):
CallOfCode = "626699611192688641"