소스 검색

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()