Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.15 KB

TROUBLESHOOT.md

File metadata and controls

23 lines (19 loc) · 2.15 KB

Troubleshooting

Open your bot code in Replit.com and click Run/Play button, to see the error in console.

1. Prints Your repl is already running after pressing run/stop (Can't restart code)

Reload your page, and try again.

2. Bot is not coming online, (No web tab) or (Web tab exists but says Hmmmmm... We cannot reach...)

If console prints sh main.sh and nothing else, then ignore the error. The error will be fixed automatically after few hours. If not, then do the following:

Make sure Secrets in Environment Variables are correct! The Key CHANNEL must be Uppercase. Ex. CHANNEL. If that doesn't work, clear your index.js file and paste this code. Also, clear your package.json file and paste this code. Press Run again.

3. Bot is not coming online, Console: An Invalid Token was provided!

Make sure the Bot Token provided in Environment Variables is correct. Read this again.

4. Bot is not identifying spawns, Console: Warning! You have not entered any channel ID(s).

Make sure you provided Channel ID(s) in Environment Variables. Read this again.

5. Slow responses from bot

Reboot your bot. Ping your bot in Discord to know the command.

6. Error of SH Ping: None or Quest Ping: None everytime.

Keep in mind, the bot doesn't ping offline members. If a member with tag is online and still not getting pinged, make sure you have enabled intents. After enabling, wait 1 hour for it to work.

7. Bot works perfectly but goes offline if REPL tab from browser is closed

Read/Watch this Carefully.

Different Issue?

Join my server and wait 30 minutes. And then create a support ticket here.