https://github.com/fyko/discord-bot-template
https://github.com/fyko/discord-bot-template
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fyko/discord-bot-template
- Owner: Fyko
- Created: 2024-10-07T21:29:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T21:29:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T17:20:10.292Z (over 1 year ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-bot-template
## Usage
1. `yarn` to install dependencies
2. copy `.env.example` to `.env` and fill in the values
3. run `yarn dev` to start the bot
## Building
A Docker image is provided.
1. `yarn build` to build the bot
2. `yarn start` to start the bot