depoio / node-telegram-bot

Client wrapper for Telegram Bot API (Under heavy development)
MIT License
136 stars 30 forks source link

Somebody broke my argument parsing #48

Closed rdev closed 8 years ago

rdev commented 8 years ago

On line 218 it should be self.emit(command, msg.message, arg); Now it's self.emit(command, msg.message, arguments); and is doing crazy things.

shernshiou commented 8 years ago

@fivepointseven Will correct it.