Ianardo DiCaprio 704b1c611b [All Cogs] Fixed to work for most up to date Red V3 ()
* Update ccrole.py

* listener

* Update audiotrivia.py

* Update audiotrivia.py

* Update audiotrivia.py

* Update chat.py

* Update dad.py

* Update exclusiverole.py

* Update leaver.py

* Update reactrestrict.py

* Update stealemoji.py

* Update lseen.py

* Update __init__.py

* Update qrinvite.py

* Update qrinvite.py

* Depreaction

* Depreaction warning

* Listener

* Update chat.py
2019-08-05 10:34:27 -04:00

10 lines
214 B
Python

from .hangman import Hangman
from redbot.core import data_manager
def setup(bot):
n = Hangman(bot)
data_manager.bundled_data_path(n)
bot.add_cog(n)
bot.add_listener(n.on_react, "on_reaction_add")