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