So i coded a discord bot How do i host it on glitch? If anyone can provide me with a toturial?
Hi, you just need to create a new Glitch project and upload the files of your bot in it. If you want to make your project public, you should keep your Discord bot’s token in the .env file and access it with process.env.{name of the variable you used for the token}. You will also need to create a package.json file, if you have not already.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.