From b9831447ef758433ca6ef3be5963da545da9a656 Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 14 Nov 2017 14:42:47 -0500 Subject: [PATCH] comment and send help --- reactrestrict/reactrestrict.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactrestrict/reactrestrict.py b/reactrestrict/reactrestrict.py index 8d00336..ede39d9 100644 --- a/reactrestrict/reactrestrict.py +++ b/reactrestrict/reactrestrict.py @@ -216,7 +216,7 @@ class ReactRestrict: # try: # ret = reaction.emoji.id # except AttributeError: - The emoji is unicode + # The emoji is unicode # ret = reaction.emoji # return ret, reaction.emoji @@ -227,7 +227,7 @@ class ReactRestrict: Base command for this cog. Check help for the commands list. """ if ctx.invoked_subcommand is None: - await ctx.bot.send_cmd_help(ctx) + await ctx.send_help() @reactrestrict.command() async def add(self, ctx: commands.Context, message_id: int, *, role: discord.Role):