forked from Supositware/Haha-Yes
'own' aliases
This commit is contained in:
parent
828ab65841
commit
5eb63eeaea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue