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 {
constructor() {
super('owned', {
aliases: ['owned'],
aliases: ['owned', 'own'],
category: 'hidden',
args: [
{

Loading…
Cancel
Save