Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RhinosF1 authored Aug 21, 2019
1 parent e6ceae4 commit 18609b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 18609b9

Please sign in to comment.