Depreaction warning

This commit is contained in:
Ianardo DiCaprio 2019-08-02 17:47:43 +01:00 committed by GitHub
parent b9f3c93809
commit 96f77ca6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,6 @@ from redbot.core import data_manager
def setup(bot):
n = Hangman(bot)
data_manager.load_bundled_data(n, __file__)
data_manager.bundled_data_path(n)
bot.add_cog(n)
bot.add_listener(n.on_react, "on_reaction_add")