Removed extra space in output

pull/10/head
Aaron Johnson 6 years ago
parent 12fdbf70e3
commit 8346216498

@ -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

Loading…
Cancel
Save