Skip to content

Commit

Permalink
Merge pull request ChristopherBThai#267 from Cyrooo/master
Browse files Browse the repository at this point in the history
Changed "Enable" to "Enabled"
  • Loading branch information
ChristopherBThai authored Apr 18, 2022
2 parents fcf8998 + 93ead1c commit 1ecb213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/commandList/utils/enable.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = new CommandInterface({
if(commands.includes("all")){
let sql = "DELETE FROM disabled WHERE channel = "+p.msg.channel.id;
await p.query(sql);
p.replyMsg(settingEmoji,", **All** commands have been **enable** for this channel!");
p.replyMsg(settingEmoji,", **All** commands have been **enabled** for this channel!");
return;
}

Expand Down

0 comments on commit 1ecb213

Please sign in to comment.