diff --git a/commands/random/word-of-the-day.js b/commands/random/word-of-the-day.js index 6586ad9e..cfc3e93d 100644 --- a/commands/random/word-of-the-day.js +++ b/commands/random/word-of-the-day.js @@ -7,7 +7,7 @@ module.exports = class DefineCommand extends Command { constructor(client) { super(client, { name: 'word-of-the-day', - group: 'search', + group: 'random', memberName: 'word-of-the-day', description: 'Gets the word of the day.', clientPermissions: ['EMBED_LINKS'] diff --git a/package.json b/package.json index ad0ab450..b20ad57c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "42.12.0", + "version": "42.12.1", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {