fix db
This commit is contained in:
@@ -8,7 +8,7 @@ export default {
|
||||
handle: async (interaction, database) => {
|
||||
await interaction.defer(MessageFlags.EPHEMERAL)
|
||||
|
||||
const db = database.table(`rr`)
|
||||
const db = await database.table(`rr`)
|
||||
|
||||
const splitID = interaction.data.customID.split('.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user