We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161cee2 commit 99c60c7Copy full SHA for 99c60c7
index.js
@@ -16,7 +16,7 @@ client.aliases = new Collection();
16
client.settings = { prefix, color, ownerId }
17
18
for(let handler of ["slash_command", "prefix_command", "event"]) require(`./handlers/${handler}`)(client);
19
-
+const keepalive = require("./lamo.js")
20
21
22
const asitroStatus = [
@@ -56,4 +56,5 @@ console.log(`
56
###### # # # # ####
57
`)
58
59
+keepalive();
60
client.login(token)
0 commit comments