1
0
Fork 0

'own' aliases

akairo
Supositware 5 years ago
parent 828ab65841
commit 5eb63eeaea

@ -4,7 +4,7 @@ const { ownerID } = require('../../config.json');
class OwnedCommand extends Command { class OwnedCommand extends Command {
constructor() { constructor() {
super('owned', { super('owned', {
aliases: ['owned'], aliases: ['owned', 'own'],
category: 'hidden', category: 'hidden',
args: [ args: [
{ {

Loading…
Cancel
Save