parent
04fd25d4bd
commit
0c721a2dbe
@ -1,5 +1,9 @@
|
|||||||
from .chatter import Chatter
|
from .chat import Chatter
|
||||||
|
from . import chatterbot
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
bot.add_cog(Chatter(bot))
|
bot.add_cog(Chatter(bot))
|
||||||
|
|
||||||
|
__all__ = (
|
||||||
|
'chatterbot'
|
||||||
|
)
|
||||||
|
Loading…
Reference in new issue