diff --git a/commands/hidden/sex.js b/commands/hidden/sex.js
new file mode 100644
index 00000000..65782d8d
--- /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