forked from Supositware/Haha-Yes
Added "clear" aliase, dunno why it wasen't there to begin with
This commit is contained in:
parent
f914b7a44a
commit
079f54758f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const { Command } = require('discord-akairo');
|
|||
class PruneCommand extends Command {
|
||||
constructor() {
|
||||
super('Prune', {
|
||||
aliases: ['Prune', 'clean', 'purge'],
|
||||
aliases: ['Prune', 'clean', 'purge', 'clear'],
|
||||
category: 'admin',
|
||||
args: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue