discord / discord-example-app

Basic Discord app with examples
MIT License
515 stars 525 forks source link

Add "Run on Replit" badge #2

Closed hackermondev closed 2 years ago

hackermondev commented 2 years ago

Glitch is already there, but Replit is another important business in the same market. And some individuals may prefer Replit because of the additional resources it provides, as well as the ease with which it can be set up and a thousand other features I could list. @shaydewael

KK-Designs commented 2 years ago

I don't think the Replit badge is necessary since they can't run v13 discord bots anymore. Plus, it's not recommended.

hackermondev commented 2 years ago

@KK-Designs I don't know where you got your information but they in fact CAN run v13 discord bots, I run a few bots on there. A few months ago, they couldn't because the wrong node version was installed but they've updated the node version on their servers.

shaydewael commented 2 years ago

@hackermondev I'm not against having Replit as another option (I was originally using it when writing the guide because of its TypeScript support), but I'll need to test it and add instructions about getting the interactions endpoint URL. Stay tuned!

KK-Designs commented 2 years ago

@KK-Designs I don't know where you got your information but they in fact CAN run v13 discord bots, I run a few bots on there. A few months ago, they couldn't because the wrong node version was installed but they've updated the node version on their servers.

They can?? I didn't know that lol

shaydewael commented 2 years ago

Sorry this took longer than anticipated 😓

But I updated this project (I needed to do a couple of other updates and custom configs, and wanted to change some Replit-specific project stuff, so ended up making a different PR) ~and the Getting Started guide~