Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Created January 25, 2021 21:29
Show Gist options
  • Save AllGistsEqual/14538b05998c8ee45000c67489db107a to your computer and use it in GitHub Desktop.
Save AllGistsEqual/14538b05998c8ee45000c67489db107a to your computer and use it in GitHub Desktop.
// File: src/index.js line 57 ff
try {
this.commands.get(command).execute(message, args, bot) // added bot here
} catch (error) {
this.log(error)
message.reply('there was an error trying to execute that command!')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment