.
This commit is contained in:
@@ -30,10 +30,10 @@ module.exports = {
|
|||||||
|
|
||||||
await interaction.deferReply({ ephemeral: true });
|
await interaction.deferReply({ ephemeral: true });
|
||||||
|
|
||||||
// if (userRoles.includes(guildRole)) {
|
if (userRoles.includes(guildRole)) {
|
||||||
// await interaction.editReply({ content: "You are already a member of the guild.", ephemeral: true });
|
await interaction.editReply({ content: "You are already a member of the guild.", ephemeral: true });
|
||||||
// return
|
return
|
||||||
// }
|
}
|
||||||
|
|
||||||
const application = await guildapp.findOne({ userID: user.id });
|
const application = await guildapp.findOne({ userID: user.id });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user