From f04c6157e222a0f5377337269ac19ec43b6b9c98 Mon Sep 17 00:00:00 2001 From: Linting BOT Date: Wed, 8 Sep 2021 23:53:57 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=9C=A8=20[auto=20lint]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 + 1 file changed, 1 insertion(+) 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}") From 9421119a91ac8f757eed847b23e0bc8afbf81a04 Mon Sep 17 00:00:00 2001 From: matt <30363562+mmattbtw@users.noreply.github.com> Date: Sat, 11 Sep 2021 13:51:18 -0500 Subject: [PATCH 2/3] Update bot.py --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 279e8e3..3693c86 100644 --- a/bot.py +++ b/bot.py @@ -139,7 +139,7 @@ def __init__(self): ) self.token = os.environ.get("SPOTIFY_AUTH") - self.version = "1.2.6" + self.version = "1.2.6.fix" async def event_ready(self): print("\n" * 100) @@ -164,7 +164,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 = [ From c855e1ee8e0b4c005e95d3b93106c3113a0c0d71 Mon Sep 17 00:00:00 2001 From: matt <30363562+mmattbtw@users.noreply.github.com> Date: Sat, 11 Sep 2021 13:51:49 -0500 Subject: [PATCH 3/3] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3693c86..0ca202f 100644 --- a/bot.py +++ b/bot.py @@ -139,7 +139,7 @@ def __init__(self): ) self.token = os.environ.get("SPOTIFY_AUTH") - self.version = "1.2.6.fix" + self.version = "1.2.7" async def event_ready(self): print("\n" * 100)