From 2e2f9e6abb205a69548642990cf5c94df479c972 Mon Sep 17 00:00:00 2001 From: viotalJiplk Date: Mon, 29 May 2023 16:02:17 +0200 Subject: [PATCH] Fix self_timeout decorator formatting --- cogs/timeout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/timeout.py b/cogs/timeout.py index 8310e4fb..9256eb4d 100644 --- a/cogs/timeout.py +++ b/cogs/timeout.py @@ -349,7 +349,7 @@ async def on_audit_log_entry_create(self, entry): name="selftimeout", description=Messages.self_timeout, guild_ids=[config.guild_id] - ) + ) async def self_timeout( self, inter: disnake.ApplicationCommandInteraction,