Add missing setup

This commit is contained in:
Zeva Rose 2022-05-02 12:15:22 -06:00
parent 11385ad675
commit ee804dcf97

View file

@ -118,3 +118,8 @@ class TemproleCog(Scale):
) )
await ctx.send(embed=embed) await ctx.send(embed=embed)
def setup(bot: Snake) -> None:
"""Add TemproleCog to JARVIS"""
TemproleCog(bot)