diff --git a/commands/hidden/fartpiss.js b/commands/hidden/fartpiss.js new file mode 100644 index 0000000..cf4bf4c --- /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