Remove setup for button to add role

imgbot
kieranrobson 2022-05-13 20:18:26 +01:00
parent 7be1af431d
commit 7e0882312c
1 changed files with 0 additions and 5 deletions

View File

@ -78,11 +78,6 @@ client.on("interactionCreate", async (interaction) => {
await interaction.reply({ content: 'Message has been deleted', ephemeral: true});
}
if(interaction.customId == "addrole")
{
}