Skip to content

Commit

Permalink
[Fix] fixed some typos and spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Oct 4, 2021
1 parent 1e7bae7 commit 7e74504
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion commands/Misc/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ module.exports = {
client.commands.find(
(cmd) => cmd.aliases && cmd.aliases.includes(searchCommand)
);
console.log(command);

if (categories.includes("`" + searchCommand + "`")) {
const commandsperCategory = printHelpByCollection(
Expand Down
2 changes: 1 addition & 1 deletion commands/Music/247.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
embeds: [
embedMessage(
"#9dcc37",
`Please specify whether you want to on/off the 24/7 Mode`
`Please specify whether you want to on/off the 24/7 Mode, see ${prefix}h 247 for more info about this command`
),
],
});
Expand Down
2 changes: 1 addition & 1 deletion commands/Music/8D.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
embeds: [
embedMessage(
"#9dcc37",
`Please provide whether you want to on/off the filter, see ${prefix}h bass for more info about this command`
`Please provide whether you want to on/off the filter, see ${prefix}h 8d for more info about this command`
),
],
});
Expand Down

0 comments on commit 7e74504

Please sign in to comment.