diff --git a/commands/yuri.py b/commands/yuri.py index e1115e9..c708091 100644 --- a/commands/yuri.py +++ b/commands/yuri.py @@ -11,7 +11,7 @@ timeout = datetime.now() class YuriExtension(Extension): @slash_command(name="yuri", description="Pošle náhodný yuri obrázek z Gelbooru (NSFW pouze v NSFW kanálech)") - async def test(self, ctx: SlashContext): + async def yuri(self, ctx: SlashContext): global timeout await ctx.defer() if datetime.now() < timeout: