-
Notifications
You must be signed in to change notification settings - Fork 1
/
Constants.py
26 lines (18 loc) · 893 Bytes
/
Constants.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# pylint: disable=invalid-name # it is normal to have the constants in a file named "Constants.py"
BOT_NAME = "O K B A"
SERVER_NAME = "AIKO # उच्च शिक्षा परीक्षा"
JSON_FOLDER = "jsons/"
YOUTUBE_PLAY_FOLDER = "youtube/"
DELETED_MESSAGES_CHANNEL_ID = 991442142679552131
BOSS_BOT_CHANNEL_ID = 847070819766108181
GENERAL_CHAT_ID = 1056268428308135976
BIRTHDAY_ROLE_ID = 815183230789091328
BOT_ADMIN_SERVER_ID = 1140802787131785367
BOT_OWNER_ID = 474944711358939170
KYTPBS_TAG = "<@474944711358939170>"
CYAN = 0x00FFFF # The Main Color Used in the Bot
GREEN = 0x00FF00
RESPONSES_FILE = "responses.json"
# default is 25 MB because that is the max file size for discord for now.
# If you want to change this, make sure to check the current max upload limit for discord.
MAX_VIDEO_DOWNLOAD_SIZE: int = 25 # in MB, do not use anything other than an integer