Merge branch 'main' of gitlab.com:pancakes1234/wdiscordbotserver

This commit is contained in:
Slipstream 2025-05-08 14:43:29 -06:00
commit c1dc99ae0d
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD
3 changed files with 3 additions and 2 deletions

0
cogs/API/.gitkeep Normal file
View File

View File

@ -10,7 +10,8 @@ class APICheck(commands.Cog):
self.urls = [
"https://learnhelp.cc",
"https://discordbot.learnhelp.cc",
"https://api.learnhelp.cc/"
"https://api.learnhelp.cc/",
"http://0.0.0.0:5000/"
]
async def check_url(self, session, url):

View File

@ -112,7 +112,7 @@ class MusicPlayer:
self.player_task.cancel()
# ==========================
# Music Cog: Slash Command Integration
# Music Cog: Slash Command
# ==========================
class Music(commands.Cog):
def __init__(self, bot: commands.Bot):