Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days ago
JSON representation
The template for many of my discord bots.
- Host: GitHub
- URL: https://github.com/ddipper/discordjs-bot-template
- Owner: ddipper
- License: mit
- Created: 2024-02-21T14:41:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T20:16:37.000Z (10 months ago)
- Last Synced: 2024-11-17T04:38:10.057Z (3 months ago)
- Topics: base, bot, discord, discord-js, discord-js-bot, discord-js-template, discordbot, discordjs, discordjsv14, template
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.