Depreaction warning

pull/64/head
Ianardo DiCaprio 6 years ago committed by GitHub
parent b9f3c93809
commit 96f77ca6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save