mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
4 lines
69 B
Python
4 lines
69 B
Python
from .owner import Owner
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Owner(bot)) |