haha 69 le sex number xddddddddddddddddddddddd
This commit is contained in:
parent
43e4378d32
commit
e143df4d2b
1 changed files with 21 additions and 0 deletions
21
commands/hidden/sex.js
Normal file
21
commands/hidden/sex.js
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
const { Command } = require('discord-akairo');
|
||||||
|
|
||||||
|
class sexCommand extends Command {
|
||||||
|
constructor() {
|
||||||
|
super('sex', {
|
||||||
|
aliases: ['sex'],
|
||||||
|
category: 'hidden',
|
||||||
|
description: {
|
||||||
|
content: 'sex',
|
||||||
|
usage: '',
|
||||||
|
examples: ['']
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
async exec(message) {
|
||||||
|
message.channel.send('69\nHaha lol Le sex numbers xDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = sexCommand;
|
Loading…
Reference in a new issue