Add missing setup
This commit is contained in:
parent
11385ad675
commit
ee804dcf97
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue