Skip to content

Commit

Permalink
remove useless constants
Browse files Browse the repository at this point in the history
why where this here after all these changes LMAO
  • Loading branch information
kytpbs committed Aug 11, 2024
1 parent a756858 commit d158d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d158d30

Please sign in to comment.