We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93137f9 commit 82106deCopy full SHA for 82106de
rtmbot.py
@@ -49,7 +49,7 @@ def output(self):
49
channel = self.slack_client.server.channels.find(output[0])
50
if channel != None and output[1] != None:
51
if limiter == True:
52
- time.sleep(1)
+ time.sleep(.1)
53
limiter = False
54
message = output[1].encode('ascii','ignore')
55
channel.send_message("{}".format(message))
0 commit comments