mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
Fix
This commit is contained in:
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user