fix db
This commit is contained in:
@@ -177,7 +177,7 @@ export default {
|
||||
},
|
||||
|
||||
handle: async (interaction, database) => {
|
||||
const db = database.table(`rr`)
|
||||
const db = await database.table(`rr`)
|
||||
|
||||
const action = interaction.data.options.getSubCommand()[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user