jzd => urusai
This commit is contained in:
@@ -1,19 +1,19 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
name: 'jmd',
|
name: 'urusai',
|
||||||
description: 'Mówi jemenikowi żeby zamknął dupę (na vc).',
|
description: 'Mówi jemenikowi żeby zamknął dupę (na vc).',
|
||||||
args: false,
|
args: false,
|
||||||
guildOnly: true,
|
guildOnly: true,
|
||||||
execute(msg, args, Discord, config, client) {
|
execute(msg, args, Discord, config, client) {
|
||||||
msg.delete()
|
msg.delete()
|
||||||
.catch(console.error);
|
.catch(console.error);
|
||||||
const jmdEmbed = new Discord.MessageEmbed()
|
const jzdEmbed = new Discord.MessageEmbed()
|
||||||
.setTitle('Chotto matte! >w<')
|
.setTitle('Chotto matte! >w<')
|
||||||
.setColor(config.embedColor)
|
.setColor(config.embedColor)
|
||||||
.setDescription(`Mówienie jemenikowi żeby zamknął dupę...`)
|
.setDescription(`Mówienie jemenikowi żeby zamknął dupę...`)
|
||||||
.attachFiles('./gractwo.png')
|
.attachFiles('./gractwo.png')
|
||||||
.setFooter(`Komenda wywołana przez ${msg.author.username}`, 'attachment://gractwo.png')
|
.setFooter(`Komenda wywołana przez ${msg.author.username}`, 'attachment://gractwo.png')
|
||||||
.setTimestamp();
|
.setTimestamp();
|
||||||
msg.channel.send(jmdEmbed);
|
msg.channel.send(jzdEmbed);
|
||||||
console.log(`Responded to jmd request by ${msg.author.username}`);
|
console.log(`Responded to urusai request by ${msg.author.username}`);
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user