6 lines
101 B
Python
6 lines
101 B
Python
from .mentionhelp import MentionHelp
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(MentionHelp(bot))
|