mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 05:51:35 +02:00
Softban color change
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = class SoftbanCommand extends Command {
|
|||||||
await message.say(':ok_hand:');
|
await message.say(':ok_hand:');
|
||||||
const embed = new RichEmbed()
|
const embed = new RichEmbed()
|
||||||
.setAuthor(message.author.tag, message.author.displayAvatarURL)
|
.setAuthor(message.author.tag, message.author.displayAvatarURL)
|
||||||
.setColor(0xFF0000)
|
.setColor(0xFF4500)
|
||||||
.setTimestamp()
|
.setTimestamp()
|
||||||
.setDescription(`**Member:** ${member.user.tag} (${member.id})\n**Action:** Ban\n**Reason:** ${reason}`);
|
.setDescription(`**Member:** ${member.user.tag} (${member.id})\n**Action:** Ban\n**Reason:** ${reason}`);
|
||||||
return modlogs.send({embed});
|
return modlogs.send({embed});
|
||||||
|
|||||||
Reference in New Issue
Block a user