From 7b457b757b2f28251c96506b289e77e96f03441c Mon Sep 17 00:00:00 2001 From: Matt C Date: Tue, 25 Jan 2022 23:23:35 -0500 Subject: [PATCH] i have brain damage apparently --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 3174db9..82ebe46 100644 --- a/bot.py +++ b/bot.py @@ -8,7 +8,7 @@ bot.add_cog(Packages(bot)) @bot.command() -async def distrohop(self, ctx, *, count=None): +async def distrohop(ctx, *, count=None): """Count another miku distrohop""" if os.path.exists("miku_distrohops.txt"): with open("miku_distrohops.txt", "r") as f: