From 0d165cc4814478a484e3e6fb7eed58371b321932 Mon Sep 17 00:00:00 2001 From: Profitroll Date: Sun, 23 Feb 2025 14:22:41 +0200 Subject: [PATCH] idk why this even existed --- dsbot.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dsbot.py diff --git a/dsbot.py b/dsbot.py deleted file mode 100644 index e19dee5..0000000 --- a/dsbot.py +++ /dev/null @@ -1,6 +0,0 @@ -@client.slash_command(name="link", description="Connect to your AutoZoom") -async def nazi(ctx: discord.ApplicationContext, code: discord.Option(str, "Code you got in AutoZoom app")): - - - -client.run(getConfig("token")) \ No newline at end of file