turdbot/py/cogs/counting.py
2023-12-04 13:51:43 -07:00

7 lines
81 B
Python

from discord.ext import bridge
def setup(bot):
bot.add_cog(Counting(bot))