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