From 8346216498a2b6690865490e76f46e821cfd0e8e Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Wed, 1 May 2019 00:29:15 -0500 Subject: [PATCH] Removed extra space in output --- run.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.rb b/run.rb index b4a8092..8148660 100755 --- a/run.rb +++ b/run.rb @@ -133,7 +133,7 @@ def handle_message(message) end when '/whoami', '/chatinfo' #reply = "Answer: You are a meatbag named #{message.from.username}\n\nUser ID: #{message.from.id}\n\nChat ID: #{message.chat.id}" - reply = "User ID: #{message.from.id}\nChat ID: #{message.chat.id}" + reply = "User ID: #{message.from.id}\nChat ID: #{message.chat.id}" if command == '/whoami' reply = "Answer: You are a meatbag named #{message.from.username}\n\n" + reply end