diff --git a/commands/misc/x.js b/commands/misc/x.js index 2e7283b..2a9b515 100644 --- a/commands/misc/x.js +++ b/commands/misc/x.js @@ -24,7 +24,7 @@ module.exports = { try{ message.delete() }catch(err){ - console.error(`${this.name}: An error happened while trying to delete the original message.`) + console.error(`${this.name}: An error occurred while trying to delete the original message.`) console.error(err); } }