666 fix
This commit is contained in:
parent
c55023b026
commit
9207c371d7
|
|
@ -28,7 +28,7 @@ def handleTrueScrollMsg(slack, msg):
|
|||
|
||||
#Offset truescroll in opposite direction
|
||||
if int(num) > 666:
|
||||
trueScroll -= 1
|
||||
trueScroll = str(int(trueScroll) - 1)
|
||||
|
||||
|
||||
#Memes
|
||||
|
|
|
|||
Loading…
Reference in New Issue