Rename people to fartpiss

merge-requests/3/head
Supositware 5 years ago
parent 84d123fadd
commit 041f84741a

@ -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;
Loading…
Cancel
Save