mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
7 lines
118 B
Python
7 lines
118 B
Python
from .alias import Alias
|
|
from discord.ext import commands
|
|
|
|
|
|
def setup(bot: commands.Bot):
|
|
bot.add_cog(Alias(bot))
|