From 04d35d77c1139f128156dabda61885b7b1245a7a Mon Sep 17 00:00:00 2001 From: blackfur <64478051+theblackfurguy@users.noreply.github.com> Date: Wed, 13 Jan 2021 11:53:28 +0100 Subject: [PATCH] Fixed Committing with the wrong user, Added description to config part of the file --- run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/run.py b/run.py index 170f2dd..4680966 100644 --- a/run.py +++ b/run.py @@ -5,6 +5,7 @@ import discord from chatterbot import ChatBot from chatterbot.trainers import ChatterBotCorpusTrainer, ListTrainer +# Change this to set the settings config = {"botname": "Sheepy", "filterpings": True, "usechannels": [717758904527880253, 772839872557088769, 773980809471197235],