tldr: core, warn's skeleton
This commit is contained in:
parent
b5b7f0c7ef
commit
815709d68b
17 changed files with 328 additions and 106 deletions
tuxbot/cogs/images
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue