mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[V3 CustomCom] Initial V3 implementation (#1003)
This commit is contained in:
5
redbot/cogs/customcom/__init__.py
Normal file
5
redbot/cogs/customcom/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .customcom import CustomCommands
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(CustomCommands(bot))
|
||||
Reference in New Issue
Block a user