Bot template to get your bot started quickly!
-
Setup your bot in the Discord Developer Portal. Here's a guide to setting it up!
-
Create a file named
.env
. Inside of it, typeTOKEN=""
, and in the quotes, insert your bot token. It should look something like this:TOKEN="ABCdefGHIjklMNOpqrSTUvwx.natsumi.ahyesabottokenwhatasurprise"
-
Run
npm install
to install dependencies. -
Run
npm start
to start the bot. -
Profit???