This commit is contained in:
2026-09-23 19:39:36 +02:00
parent cbf1fec04d
commit 2237aae4f8
4 changed files with 8 additions and 6 deletions

View File

@@ -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]