xBytez / slackbotapi

node.js Slack RTM API module
GNU Lesser General Public License v3.0
136 stars 40 forks source link

fix lowerCase is not a function #44

Closed m4r71n closed 8 years ago

m4r71n commented 8 years ago
c:\download\slackbotapi\example_bot.js:41
        switch (command[0].lowerCase()) {
                           ^

TypeError: command[0].lowerCase is not a function
    at slackAPI.<anonymous> (c:\download\slackbotapi\example_bot.js:41:28)
franciskim commented 8 years ago

Looks great!

xBytez commented 8 years ago

Perfect. Sorry for the issue. Thanks for fixing it!