Checks
This commit is contained in:
parent
7e3a644d3f
commit
f1a9fa701c
1
run.py
1
run.py
|
@ -5,6 +5,7 @@ import discord
|
||||||
from chatterbot import ChatBot
|
from chatterbot import ChatBot
|
||||||
from chatterbot.trainers import ChatterBotCorpusTrainer, ListTrainer
|
from chatterbot.trainers import ChatterBotCorpusTrainer, ListTrainer
|
||||||
|
|
||||||
|
# Checks
|
||||||
# Change this to set the settings
|
# Change this to set the settings
|
||||||
config = {"botname": "Sheepy",
|
config = {"botname": "Sheepy",
|
||||||
"filterpings": True,
|
"filterpings": True,
|
||||||
|
|
Loading…
Reference in a new issue