We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71304ad commit 900f952Copy full SHA for 900f952
bot/src/index.ts
@@ -40,7 +40,7 @@ const registerCommandsInGroups = async() => {
40
}
41
42
const main = async () => {
43
-
+ await registerCommandsInGroups()
44
const client = new ClientWithCommands({ intents: [Intents.FLAGS.GUILDS] })
45
try {
46
await botDatabase('servers')
0 commit comments