From 041f84741a75d84f1af00863074c46cd7fec5a9f Mon Sep 17 00:00:00 2001
From: Supositware <loic.bersier1@gmail.com>
Date: Thu, 21 Mar 2019 20:40:44 +0100
Subject: [PATCH] Rename people to fartpiss

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

diff --git a/commands/hidden/fartpiss.js b/commands/hidden/fartpiss.js
new file mode 100644
index 00000000..cf4bf4ca
--- /dev/null
+++ b/commands/hidden/fartpiss.js
@@ -0,0 +1,28 @@
+const { Command } = require('discord-akairo');
+
+class fartpissCommand extends Command {
+	constructor() {
+		super('fartpiss', {
+			aliases: ['fartpiss'],
+			category: 'hidden',
+			args: [
+				{
+					id: 'member',
+					type: 'member'
+				}
+			],
+			description: {
+				content: 'fartpiss',
+				usage: '',
+				examples: ['']
+			}
+		});
+	}
+
+	async exec(message, args) {
+		args.member.setNickname('fart pis');
+		message.channel.send('fart piss <:youngtroll:488559163832795136>');
+	}
+}
+
+module.exports = fartpissCommand;
\ No newline at end of file