Slightly improved hardcoded messages

This commit is contained in:
2025-04-29 01:04:50 +02:00
parent 2e9ed41a2c
commit 112387115f
4 changed files with 13 additions and 8 deletions

View File

@@ -294,7 +294,7 @@ class CogStage(Cog):
await event_stage.purge(cache=self.bot.cache)
# TODO Make a nice message
await ctx.respond("Okay.")
await ctx.respond("Event stage has been deleted.")
def setup(bot: PycordBot) -> None: