Changing init file
This commit is contained in:
parent
9ff477dfe1
commit
55ecc195d9
@ -1,5 +1,6 @@
|
|||||||
|
from redbot.core.bot import Red
|
||||||
from .reginald import ReginaldCog
|
from .reginald import ReginaldCog
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot: Red):
|
||||||
cog = ReginaldCog(bot)
|
cog = ReginaldCog(bot)
|
||||||
bot.add_cog(cog)
|
bot.add_cog(cog)
|
||||||
Loading…
x
Reference in New Issue
Block a user