6 lines
74 B
Python
6 lines
74 B
Python
from .sayurl import SayUrl
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(SayUrl(bot))
|