5 lines
74 B
Python
5 lines
74 B
Python
from .images import Images
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Images(bot))
|