βFAQ
Last updated
Last updated
Support for both of these was stopped. It was only that it runed the browser in the app and you should just use https://scratch-for-discord.com/.
Make sure to follow everything in Bot Setup and Hosting
Try typing kill 1
in shell
Try Forking the code to new replit
Check if you are receiving any errors.
Most common error is cannot find module [MODULE_NAME]
for this just run npm i [MODULE_NAME]
in the shell.
go to https://uptimerobot.com/
Add a new monitor with method Http(s)
Your bot should stay alive!
Open a Developer console and check for errors, you can open it by pressing F12
You can Either use https://replit.com/, https://railway.app/, https://client.dishost.xyz/, https://www.cyclic.sh/
Looks like you forgot to fill some value?
There are missing brackets { or } in your .json file
You are missing a comma somewhere in your .json file
Discord.js DonΒ΄t allows us to make them.
if you want something like 1m (1 min), 2h (2 hours)
You can do it using command handler (examples)
and then multiplying the value with seconds
Input their ID or for message:
non animated: <:ID:NAME> animated: <a:ID:NAME>
Frequently asked questions about slash commands are here