Dremixbotdev

Results 2 issues of Dremixbotdev

https://github.com/RedCokeDevelopment/Teapot.py/blob/6b53d6bf8fcb919989fa0c026c117afa583eb6bc/teapot/cogs/cmds.py#L23 Instead of using ``bot.remove_command('help')``, use ``discord.ext.commands.Bot(help_command=None)`` to remove the help command. Everything else should work fine

enhancement

https://github.com/LiBa001/disputils/blob/313404e02c781a999c44d7f3e87548c01e9cc7da/disputils/abc.py#L27 Add a try-except statement to make sure that we have enough permissions to ``send_messages`` and ``embed_links`` Also make sure that we have ``add_reaction`` and ``manage_messages`` to add and remove...