Skip to content

Commit 900f952

Browse files
committed
fix
1 parent 71304ad commit 900f952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const registerCommandsInGroups = async() => {
4040
}
4141

4242
const main = async () => {
43-
43+
await registerCommandsInGroups()
4444
const client = new ClientWithCommands({ intents: [Intents.FLAGS.GUILDS] })
4545
try {
4646
await botDatabase('servers')

0 commit comments

Comments
 (0)