Skip to content

Commit

Permalink
Change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vlOd2 committed May 29, 2024
1 parent 3de4903 commit 586a624
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Commands/EditCfg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Janky code ahead!
# This has got to be the shitiest code in the whole bot
import discord
import typing
from Core import EmbedUtils
Expand Down
52 changes: 51 additions & 1 deletion Core/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,56 @@
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

# !!! WARNING !!!
# DO NOT MODIFY THIS FILE FOR CONFIGURATION
# INSTEAD, RUN THE BOT AND EDIT "config.yml"
# YOU HAVE BEEN WARNED !!!

class _CONFIG:
YTDLPExtractors : list[str]
PresenceText : str
Expand Down Expand Up @@ -57,7 +107,7 @@ def __init__(self) -> None:
self.AdminUsers = []
self.BannedChannels = []
self.BannedUsers = []
self.URLHostWhitelist = [
self.URLHostWhitelist = [ # Inb4 a brainrot tiktok kid adds tiktok here
"youtube.com",
"*.youtube.com",
"youtu.be",
Expand Down

0 comments on commit 586a624

Please sign in to comment.