forked from Supositware/Haha-Yes
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');
|
||||
module.exports = class BotAvatarCommand extends Command {
|
||||
module.exports = class BotavatarCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'botAvatar',
|
||||
name: 'botavatar',
|
||||
group: 'owner',
|
||||
memberName: 'botAvatar',
|
||||
memberName: 'botavatar',
|
||||
description: 'Change the avatar of the bot',
|
||||
ownerOnly: true,
|
||||
args: [
|
||||
|
|
Loading…
Reference in a new issue