6 lines
92 B
Python
6 lines
92 B
Python
from .forcemention import ForceMention
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(ForceMention(bot))
|