mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* [V3] Send meaningful responses on conversion failures * Replace existing `discord.ext.commands` imports Just to be sure * Better Permissions converter response
7 lines
108 B
Python
7 lines
108 B
Python
from .alias import Alias
|
|
from redbot.core.bot import Red
|
|
|
|
|
|
def setup(bot: Red):
|
|
bot.add_cog(Alias(bot))
|