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