Brandon209-Red-bot-Cogs/shootout/__init__.py
Sydney 195b0eca05
Add Shootout Cog
* Implements Suggestion #394 on Champions of Equestria's Discord Server
* Rewards players for fast typing
* Configurable message to type to win.
* Settable pot amount, even zero.
* Configurable wait time after the first player has joined the game.
2020-12-03 00:54:11 -05:00

6 lines
80 B
Python

from .shootout import Shootout
def setup(bot):
bot.add_cog(Shootout(bot))