Explorar o código

fixing errors

BaumSplitter41 hai 2 semanas
pai
achega
ba422bdd85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      VPD_BOT/cogs/reaction_roles.py

+ 1 - 1
VPD_BOT/cogs/reaction_roles.py

@@ -81,7 +81,7 @@ class reactionroles(commands.Cog):
         if not ctx.author.guild_permissions.administrator:
             await ctx.respond("You don't have permission to use this command.")
             return
-        embed = self._get_reaction_role_message()
+        embed = self._reaction_role_embed()
         if embed is None:
             await ctx.respond("Failed to load the reaction role message.")
             return