diff --git a/rtmbot.py b/rtmbot.py index 24f97a2..cf81491 100755 --- a/rtmbot.py +++ b/rtmbot.py @@ -49,7 +49,7 @@ class RtmBot(object): channel = self.slack_client.server.channels.find(output[0]) if channel != None and output[1] != None: if limiter == True: - time.sleep(1) + time.sleep(.1) limiter = False message = output[1].encode('ascii','ignore') channel.send_message("{}".format(message))