diff --git a/commands/search/wikia.js b/commands/search/wikia.js index 15a0505a..37164412 100644 --- a/commands/search/wikia.js +++ b/commands/search/wikia.js @@ -10,7 +10,7 @@ module.exports = class WikiaCommand extends Command { aliases: ['fandom', 'wikia-article', 'fandom-article'], group: 'search', memberName: 'wikia', - description: 'Searches a specified Wikia wiki for your query.', + description: 'Searches a specific Wikia wiki for your query.', clientPermissions: ['EMBED_LINKS'], args: [ { diff --git a/commands/util/help.js b/commands/util/help.js index 0517764c..b53c57df 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -9,7 +9,7 @@ module.exports = class HelpCommand extends Command { aliases: ['commands', 'command-list'], group: 'util', memberName: 'help', - description: 'Displays a list of available commands, or detailed information for a specified command.', + description: 'Displays a list of available commands, or detailed information for a specific command.', guarded: true, args: [ {