Skip to content

Commit 99c60c7

Browse files
authored
Update index.js
1 parent 161cee2 commit 99c60c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ client.aliases = new Collection();
1616
client.settings = { prefix, color, ownerId }
1717

1818
for(let handler of ["slash_command", "prefix_command", "event"]) require(`./handlers/${handler}`)(client);
19-
19+
const keepalive = require("./lamo.js")
2020

2121

2222
const asitroStatus = [
@@ -56,4 +56,5 @@ console.log(`
5656
###### # # # # ####
5757
`)
5858

59+
keepalive();
5960
client.login(token)

0 commit comments

Comments
 (0)