From d158d309d805e37fe2740adca1e7f0e0eafd6d87 Mon Sep 17 00:00:00 2001 From: Kaya <95276965+kytpbs@users.noreply.github.com> Date: Sun, 11 Aug 2024 23:43:42 +0300 Subject: [PATCH] remove useless constants why where this here after all these changes LMAO --- Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Constants.py b/Constants.py index f34d068..083a92a 100644 --- a/Constants.py +++ b/Constants.py @@ -18,9 +18,9 @@ CYAN = 0x00FFFF # The Main Color Used in the Bot GREEN = 0x00FF00 -FUNNY_COLOR = 696969 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