Fixed Committing with the wrong user, Added description to config part of the file
This commit is contained in:
parent
8a07534545
commit
04d35d77c1
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
|
||||||
|
|
||||||
|
# Change this to set the settings
|
||||||
config = {"botname": "Sheepy",
|
config = {"botname": "Sheepy",
|
||||||
"filterpings": True,
|
"filterpings": True,
|
||||||
"usechannels": [717758904527880253, 772839872557088769, 773980809471197235],
|
"usechannels": [717758904527880253, 772839872557088769, 773980809471197235],
|
||||||
|
|
Loading…
Reference in a new issue