Skip to content

Commit

Permalink
Fix self_timeout decorator formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
viotalJiplk committed May 29, 2023
1 parent 69278c7 commit 2e2f9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/timeout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2e2f9e6

Please sign in to comment.