Remove setup for button to add role
parent
7be1af431d
commit
7e0882312c
|
@ -78,11 +78,6 @@ client.on("interactionCreate", async (interaction) => {
|
|||
await interaction.reply({ content: 'Message has been deleted', ephemeral: true});
|
||||
}
|
||||
|
||||
if(interaction.customId == "addrole")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue