tldr: core, warn's skeleton

This commit is contained in:
Romain J 2020-06-05 00:29:14 +02:00
commit 815709d68b
17 changed files with 328 additions and 106 deletions
tuxbot/cogs/images

View file

@ -1,5 +1,6 @@
from .images import Images
from ...core.bot import Tux
def setup(bot):
def setup(bot: Tux):
bot.add_cog(Images(bot))