7 lines
81 B
Python
7 lines
81 B
Python
|
|
from discord.ext import bridge
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
def setup(bot):
|
||
|
|
bot.add_cog(Counting(bot))
|