This commit is contained in:
Daniel Odendahl Jr
2017-09-25 16:10:36 +00:00
parent d9d9219ddc
commit e06144c247
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module.exports = class DefineCommand extends Command {
constructor(client) { constructor(client) {
super(client, { super(client, {
name: 'word-of-the-day', name: 'word-of-the-day',
group: 'search', group: 'random',
memberName: 'word-of-the-day', memberName: 'word-of-the-day',
description: 'Gets the word of the day.', description: 'Gets the word of the day.',
clientPermissions: ['EMBED_LINKS'] clientPermissions: ['EMBED_LINKS']
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiaobot", "name": "xiaobot",
"version": "42.12.0", "version": "42.12.1",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Shard.js", "main": "Shard.js",
"scripts": { "scripts": {