mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-06 05:14:41 -06:00
commit constants.py
This commit is contained in:
@@ -9,3 +9,8 @@ DATABASE_URI = f'sqlite:///{DATABASE}'
|
||||
|
||||
# Other constants
|
||||
LOGGING_LEVEL = logging.DEBUG
|
||||
|
||||
# Emote references
|
||||
class Emoji(object):
|
||||
UPVOTE = 810310002220859393
|
||||
DOWNVOTE = 810310019840213002
|
||||
|
||||
Reference in New Issue
Block a user