Skip to content

Commit 50f80bf

Browse files
committed
Send the client to limbo on join, new method.
1 parent 438e940 commit 50f80bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function createBot() {
9292
bot.timestamp = getTime()
9393
client.user.setStatus("online")
9494
await client.channels.cache.get(config.chatchannel).send({ content: `${username} logged in.` })
95-
bot.chat("§")
95+
bot.chat("/limbo")
9696
})
9797

9898

0 commit comments

Comments
 (0)