diff --git a/LittleJayneyCakes_「Cover」Again ( Crusher-P )【Jayn】.mp3 b/LittleJayneyCakes_「Cover」Again ( Crusher-P )【Jayn】.mp3 deleted file mode 100644 index c4a1131..0000000 Binary files a/LittleJayneyCakes_「Cover」Again ( Crusher-P )【Jayn】.mp3 and /dev/null differ diff --git a/MRK_Dadbattle [MRK mix].mp3 b/MRK_Dadbattle [MRK mix].mp3 deleted file mode 100644 index a34fa6b..0000000 Binary files a/MRK_Dadbattle [MRK mix].mp3 and /dev/null differ diff --git a/MrLololoshka (Роман Фильченков)_Lp. Точка Невозврата #43 ПАРАДОКС ВРЕМЕНИ [Поломка] • Майнкрафт.mp3 b/MrLololoshka (Роман Фильченков)_Lp. Точка Невозврата #43 ПАРАДОКС ВРЕМЕНИ [Поломка] • Майнкрафт.mp3 deleted file mode 100644 index 81da060..0000000 Binary files a/MrLololoshka (Роман Фильченков)_Lp. Точка Невозврата #43 ПАРАДОКС ВРЕМЕНИ [Поломка] • Майнкрафт.mp3 and /dev/null differ diff --git a/RandoHorn_Chase V2 [Encounter Vita Carnis Mix].mp3 b/RandoHorn_Chase V2 [Encounter Vita Carnis Mix].mp3 deleted file mode 100644 index 9463bca..0000000 Binary files a/RandoHorn_Chase V2 [Encounter Vita Carnis Mix].mp3 and /dev/null differ diff --git a/The Living Tombstone_The Living Tombstone - Long Time Friends.mp3 b/The Living Tombstone_The Living Tombstone - Long Time Friends.mp3 deleted file mode 100644 index e0d5c91..0000000 Binary files a/The Living Tombstone_The Living Tombstone - Long Time Friends.mp3 and /dev/null differ diff --git a/commands/basic.py b/commands/basic.py index df0a80f..302fa7d 100644 --- a/commands/basic.py +++ b/commands/basic.py @@ -13,7 +13,7 @@ class Main(): await ctx.reply(embed=embed) @commands.command(description="Check how fast the bot will reply to you.") - async def ping(ctx: nextcord.Message): + async def ping(self, ctx: nextcord.Message): await ctx.reply("Pong!") diff --git a/main.py b/main.py index 1a39fe8..3a35cfe 100644 --- a/main.py +++ b/main.py @@ -12,6 +12,7 @@ SquogMod = None for filename in os.listdir('./commands'): if filename.endswith('.py'): + print(filename) client.load_extension(f'commands.{filename[:-3]}')