mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-21 05:54:33 +02:00
Fix
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = class SuggestCommandCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'suggest-command',
|
name: 'suggest-command',
|
||||||
aliases: ['command-suggestion', 'command-suggest', 'suggest'],
|
aliases: ['command-suggestion', 'command-suggest'],
|
||||||
group: 'random',
|
group: 'random',
|
||||||
memberName: 'suggest-command',
|
memberName: 'suggest-command',
|
||||||
description: 'Suggests a random command for you to try.'
|
description: 'Suggests a random command for you to try.'
|
||||||
|
|||||||
Reference in New Issue
Block a user