mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
Merge branch 'main' of gitlab.com:pancakes1234/wdiscordbotserver
This commit is contained in:
commit
c1dc99ae0d
0
cogs/API/.gitkeep
Normal file
0
cogs/API/.gitkeep
Normal 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):
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user