diff --git a/events/interactionCreate.js b/events/interactionCreate.js index 0288682..097b995 100644 --- a/events/interactionCreate.js +++ b/events/interactionCreate.js @@ -277,6 +277,7 @@ client.on("interactionCreate", async (interaction) => { .setTitle("New Paid Member Request") .setColor('GREEN') .addField('Discord Tag', `${ interaction.user} <- Click to add role.`) + .addField('Discord Discriminator', `${interaction.user.tag}`) .addField('Student Name', `${ interaction.fields.getTextInputValue("studentname")}`) .addField('Student Number',`${ interaction.fields.getTextInputValue("studentnumber")}`) .setDescription('https://hulluniunion.com/')