removed caps
This commit is contained in:
parent
889cef0f8f
commit
5af3d57624
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
const { Command } = require('discord.js-commando');
|
const { Command } = require('discord.js-commando');
|
||||||
module.exports = class BotAvatarCommand extends Command {
|
module.exports = class BotavatarCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'botAvatar',
|
name: 'botavatar',
|
||||||
group: 'owner',
|
group: 'owner',
|
||||||
memberName: 'botAvatar',
|
memberName: 'botavatar',
|
||||||
description: 'Change the avatar of the bot',
|
description: 'Change the avatar of the bot',
|
||||||
ownerOnly: true,
|
ownerOnly: true,
|
||||||
args: [
|
args: [
|
||||||
|
|
Loading…
Reference in a new issue