mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2026-01-20 23:22:58 -05:00
6 lines
71 B
Python
6 lines
71 B
Python
from .admin import Admin
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Admin(bot))
|