mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
7 lines
81 B
Python
7 lines
81 B
Python
from .image import Image
|
|
|
|
|
|
def setup(bot):
|
|
n = Image(bot)
|
|
bot.add_cog(n)
|