-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jackson Bixby edited this page Oct 29, 2021
·
4 revisions
- Clone the repo or download zip from releases
- Create an application & get discord bot token from https://discordapp.com/developers
- Create a ".env" where the package.json file is
- Add
DISCORD_BOT_TOKEN=<your discord bot token from step #2>
to the file - Install node packages (
npm install
oryarn
) - Start your bot (node dist/)
The configuration guide can be viewed here for settings you can change.