Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavewpm/wpm-discord-bot
A Discord bot codebase attempt
https://github.com/gustavewpm/wpm-discord-bot
discord-bot discord-js discordjs docker docker-compose dragonflydb i18n postgresql prisma-orm typesafe typescript
Last synced: about 1 month ago
JSON representation
A Discord bot codebase attempt
- Host: GitHub
- URL: https://github.com/gustavewpm/wpm-discord-bot
- Owner: gustaveWPM
- License: mit
- Created: 2024-07-27T03:30:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T17:38:26.000Z (4 months ago)
- Last Synced: 2024-10-12T02:41:40.949Z (about 1 month ago)
- Topics: discord-bot, discord-js, discordjs, docker, docker-compose, dragonflydb, i18n, postgresql, prisma-orm, typesafe, typescript
- Language: TypeScript
- Homepage:
- Size: 572 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Initialisation
1. Run `make initialize`.
Your file tree should now look like this:
```
├── .env.example
├── .env
├── .env.test.example
├── .env.test
└── ...
```1. Adapt env files (`.env.test`, `.env`...), based on provided examples files.
2. Find the token of your Discord bot instance, then put it in the `.env` file (i.e. : `BOT_TOKEN`)
3. Configure your bot as follows:
1. Run `docker compose up`
2. You can also run dev mode with `docker compose watch`