Replit
Guide to host the bot on Replit, to keep the bot online 24/7, It is recommended to have the "Hacker Plan".
Go to Secrets (Environment Variables) & Add all these environment variables.
Key
Value
Description
CLIENT_ID
Discord App ID
Client ID from the OAuth2 Tab
CLIENT_SECRET
Discord App Secret
Client Secret from the OAuth2 Tab
host
lavalink.linath.net
Lavalink URL for Music commands
password
whatwasthelastingyousaid
Lavalink Password for Music commands
MONGO
MongoDB Connection URL
Follow the link to Setup Mongo DB
Now for Logs, You will need to make even more Secrets (Environment Variables)
Key
Value
Description
DMLogID
Webhook ID
Logs for Receiving/Replying to BOT DMs
DMLogToken
Webhook Token
Logs for Receiving/Replying to BOT DMs
CMDLogID
Webhook ID
Logs for Commands used by the Users
CMDLogToken
Webhook Token
Logs for Commands used by the Users
ReadyLogID
Webhook ID
Logs when the bot is Ready (online)
ReadyLogToken
Webhook Token
Logs when the bot is Ready (online)
ErrorLogID
Webhook ID
Error Logs for Bot
ErrorLogToken
Webhook Token
Error Logs for Bot
ServerLogID
Webhook ID
Logs of server Added/Remove
ServerLogToken
Webhook Token
Logs of server Added/Remove
Keys are Case sensitive!
Then click on the Run button on top of the screen
Last updated
Was this helpful?