Formatted all files using clang
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { ContextMenuCommandBuilder, ApplicationCommandType, PermissionFlagsBits, userMention} = require('discord.js');
|
||||
const { ContextMenuCommandBuilder, ApplicationCommandType, PermissionFlagsBits, userMention } = require('discord.js');
|
||||
|
||||
module.exports = {
|
||||
name: 'congratsmessage',
|
||||
@@ -22,7 +22,7 @@ module.exports = {
|
||||
const target = message.author;
|
||||
|
||||
await message.reply({
|
||||
embeds:[{
|
||||
embeds: [{
|
||||
title: 'Congratulations!',
|
||||
description: `GG to ${userMention(target.id)}!`,
|
||||
}]
|
||||
@@ -31,4 +31,4 @@ module.exports = {
|
||||
|
||||
await interaction.reply({ content: `Sent a congrats message`, ephemeral: true });
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -31,4 +31,4 @@ module.exports = {
|
||||
|
||||
return interaction.reply({ content: `Reset ${target.user.username}'s nickname.`, ephemeral: true });
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user