Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lassejlv/discord-bot-template
A discord bot template for your discord server
https://github.com/lassejlv/discord-bot-template
Last synced: about 2 months ago
JSON representation
A discord bot template for your discord server
- Host: GitHub
- URL: https://github.com/lassejlv/discord-bot-template
- Owner: lassejlv
- Created: 2021-10-29T14:27:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T17:48:42.000Z (about 3 years ago)
- Last Synced: 2024-04-17T03:57:55.239Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A basic discord bot template
To get started fill out the .env file
```bash
TOKEN =
PREFIX =
INVTE =
```After you done that can you use the following command
```bash
npm run test
#
yarn test
```And then the bot will be online
#### config.json
With the config.json file, you can customize your bot settings#### You must have [Node.js](https://nodejs.org) on your computer