mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
6 lines
71 B
Python
6 lines
71 B
Python
from .admin import Admin
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Admin(bot))
|