mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
6 lines
93 B
Python
6 lines
93 B
Python
from .customcom import CustomCommands
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(CustomCommands(bot))
|