Vote for the bot!
This commit is contained in:
parent
64816b2f0d
commit
04a041f0fb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module.exports = class UpDootCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'updoot',
|
name: 'updoot',
|
||||||
aliases: 'vote',
|
aliases: ['vote'],
|
||||||
group: 'thing',
|
group: 'thing',
|
||||||
memberName: 'updoot',
|
memberName: 'updoot',
|
||||||
description: 'Send link to updoot my bot :D.',
|
description: 'Send link to updoot my bot :D.',
|
||||||
|
|
Loading…
Reference in a new issue