Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ddipper/discordjs-bot-template

The template for many of my discord bots.
https://github.com/ddipper/discordjs-bot-template

base bot discord discord-js discord-js-bot discord-js-template discordbot discordjs discordjsv14 template

Last synced: about 11 hours ago
JSON representation

The template for many of my discord bots.

Awesome Lists containing this project

README

        

# Discordjs bot template
This is my template for many of my discord bots.

## Setup
Rename `.env.example` file to `.env`

Open it with your favorite editor, Nano, Vim or Emacs.

Replace the `TOKEN` in the `.env` file with your own [Authentication Token](https://discord.com/developers/applications)
Replace the `GUILD_ID` in the `.env` file with your guild id.

## DO NOT MAKE THE .env FILE PUBLIC
By default, the `.env` file is not tracked by git, which can pose huge security risks if you disable this feature.