Skip to content

Commit

Permalink
🤓 dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Oct 24, 2024
1 parent f29a5e3 commit 5c672cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/events/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


class DevCog(EventsBase):
@commands.Cog.listener()
@commands.command()
@commands.is_owner()
async def say(self, ctx: commands.Context, *, message: str):
await ctx.message.delete()
Expand Down

0 comments on commit 5c672cc

Please sign in to comment.