瀏覽代碼

fixing errors

BaumSplitter41 2 周之前
父節點
當前提交
ba422bdd85
共有 1 個文件被更改,包括 1 次插入1 次删除
  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