From e143df4d2be7019dd6a8f516f3f7cd1481f2a220 Mon Sep 17 00:00:00 2001
From: Supositware <loic.bersier1@gmail.com>
Date: Sun, 20 Jan 2019 21:13:44 +0100
Subject: [PATCH] haha 69 le sex number xddddddddddddddddddddddd

---
 commands/hidden/sex.js | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 commands/hidden/sex.js

diff --git a/commands/hidden/sex.js b/commands/hidden/sex.js
new file mode 100644
index 0000000..65782d8
--- /dev/null
+++ b/commands/hidden/sex.js
@@ -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;
\ No newline at end of file