mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-04-25 12:26:13 -04:00
[V3 CustomCom] Initial V3 implementation (#1003)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .customcom import CustomCommands
|
||||
|
||||
|
||||
def setup(bot):
|
||||
bot.add_cog(CustomCommands(bot))
|
||||
Reference in New Issue
Block a user