Depreaction warning
This commit is contained in:
parent
b9f3c93809
commit
96f77ca6f2
@ -4,6 +4,6 @@ from redbot.core import data_manager
|
|||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
n = Hangman(bot)
|
n = Hangman(bot)
|
||||||
data_manager.load_bundled_data(n, __file__)
|
data_manager.bundled_data_path(n)
|
||||||
bot.add_cog(n)
|
bot.add_cog(n)
|
||||||
bot.add_listener(n.on_react, "on_reaction_add")
|
bot.add_listener(n.on_react, "on_reaction_add")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user