5 lines
80 B
Python
5 lines
80 B
Python
|
|
from .nolinks import NoLinks
|
||
|
|
|
||
|
|
|
||
|
|
def setup(bot):
|
||
|
|
bot.add_cog(NoLinks(bot))
|