added aliases
This commit is contained in:
parent
0e186f1752
commit
87ecd49668
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const { Command } = require('discord-akairo');
|
||||||
class sexCommand extends Command {
|
class sexCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('sex', {
|
super('sex', {
|
||||||
aliases: ['sex'],
|
aliases: ['sex', '69'],
|
||||||
category: 'hidden',
|
category: 'hidden',
|
||||||
description: {
|
description: {
|
||||||
content: 'sex',
|
content: 'sex',
|
||||||
|
|
Loading…
Reference in a new issue