turdbot/py/cogs/counting.py

7 lines
81 B
Python
Raw Normal View History

2023-12-04 13:51:43 -07:00
from discord.ext import bridge
def setup(bot):
bot.add_cog(Counting(bot))