parent
af41b0c015
commit
c412ad238e
@ -1,9 +1,11 @@
|
|||||||
from .chat import Chatter
|
|
||||||
from . import chatterbot
|
from . import chatterbot
|
||||||
|
from .chat import Chatter
|
||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
bot.add_cog(Chatter(bot))
|
bot.add_cog(Chatter(bot))
|
||||||
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'chatterbot'
|
'chatterbot'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in new issue