From 18609b93dab2e429c1c139c3055fbfc5f2e25adf Mon Sep 17 00:00:00 2001 From: RhinosF1 <46229976+RhinosF1@users.noreply.github.com> Date: Wed, 21 Aug 2019 10:31:10 +0100 Subject: [PATCH] bug fixes --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index af0e4f1..0500f79 100644 --- a/bot.py +++ b/bot.py @@ -63,7 +63,7 @@ def getinfo(): if setting[0] == 'linkbot': linkbot = setting[1] if setting[0] == 'pingbot': - greetingsbot = int(setting[1]) + pingbot = int(setting[1]) if setting[0] == 'buttbot': buttbot = setting[1] if setting[0] == 'cashortbot':