removed caps

Commando
Loïc Bersier 6 years ago
parent 889cef0f8f
commit 5af3d57624

@ -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…
Cancel
Save