Procházet zdrojové kódy

Small fix to demotion command

BaumSplitter41 před 4 měsíci
rodič
revize
229ab701c8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()