Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Shemesh authored Mar 25, 2018
1 parent 98df72b commit 4919e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ignoreMessagesBeforeStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {

plugin(bot) {

bot.on('start', () => {
bot.on(['start', '/start'], () => {
startDate = Date.now();
});

Expand Down

0 comments on commit 4919e8d

Please sign in to comment.