1
0
Fork 0

Added "clear" aliase, dunno why it wasen't there to begin with

akairo
loicbersier 5 years ago
parent f914b7a44a
commit 079f54758f

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