From f31cf7df87b18a05341fff5b13f7e50fa57b55b1 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 1 Mar 2023 23:53:14 -0500 Subject: [PATCH] lol im dumb --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index cf35acd..9852bb2 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -33,7 +33,7 @@ class Galaxy(commands.Cog): @coco.command(name="set") @checks.is_owner() - async def coco_set(self, ctx, member = discord.Member): + async def coco_set(self, ctx, member: discord.Member): """Sets Coco's target.""" if member: await self.config.cocotarget.set(member.id)