6 lines
74 B
6 lines
74 B
![]()
7 years ago
|
from .howdoi import Howdoi
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(Howdoi(bot))
|