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