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