back to Glitch / back to GitHub
This is a starter project for building a Discord bot with Shardsnap (formerly DCC, more info) and Eris.
Or maybe this isn't that at all. Maybe this is a project someone remixed from that, and they never bothered to update the README. Let's try not to be that someone.
- Remix this project on Glitch.
- Set your desired project name.
- Run
in the project terminal, get the result, and put it in
echo "admin:$(head -c16 /dev/urandom | base64)"
SHARDSNAP_SECRET
in.env
. - Create an application in the
Discord Developer Portal, get the "CLIENT ID,"
and put it in
BOT_USER_ID
in.env
. - Add a bot to the application in the
Discord Developer Portal, get the "TOKEN," and
put it in
DISCORD_TOKEN
in.env
.