Переглянути джерело

Small fix to demotion command

BaumSplitter41 4 місяців тому
батько
коміт
229ab701c8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      VPD_BOT/cogs/demotion.py

+ 1 - 1
VPD_BOT/cogs/demotion.py

@@ -24,7 +24,7 @@ class demotion(commands.Cog):
             await ctx.respond(f"This is me - the {self.bot.user}", ephemeral=True)
             return
         elif user == ctx.author:
-            await ctx.respond("You cannot promote yourself!", ephemeral=True)
+            await ctx.respond("You cannot demote yourself!", ephemeral=True)
             return
         server = ctx.guild
         config = configparser.RawConfigParser()