diff --git a/bot.py b/bot.py index 53ed003..bfce3f8 100644 --- a/bot.py +++ b/bot.py @@ -167,7 +167,7 @@ async def event_message(self, message): await self.handle_commands(message) # This is an owner only command for an inside joke in a certain channel, just ignore this :) - @commands.command(name="S3S") + @commands.command(name="s3s") async def s3s(self, ctx): if self.is_owner(ctx) and ctx.channel.name == "tajj": same_3_songs = [ diff --git a/setup.py b/setup.py index dc289dc..973a7f1 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ import json + def path_exists(filename): return os.path.join(".", f"{filename}")