UI for linking existing space

This commit is contained in:
Cadence Ember 2025-02-04 02:45:38 +13:00
commit d45a0bdc10
15 changed files with 293 additions and 116 deletions

View file

@ -64,7 +64,9 @@ discord.snow.interaction.bulkOverwriteApplicationCommands(id, [{
}]
}
]
}])
}]).catch(e => {
console.error(e)
})
async function dispatchInteraction(interaction) {
const interactionId = interaction.data.custom_id || interaction.data.name