We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b27fe commit 4bbaa54Copy full SHA for 4bbaa54
1 file changed
src/main.ts
@@ -23,6 +23,6 @@ const client = new Client({
23
})
24
25
client.token = client.config ? client.config.bot.token : (await import("./config.js")).bot.token;
26
-await load(client);
+client.login()
27
28
-client.login()
+await load(client);
0 commit comments