https://github.com/kruhlmann/classicdb_bot
A discord bot, which makes it easy to link items from the classic wowhead database
https://github.com/kruhlmann/classicdb_bot
bot discord discord-bot nodejs typescript world-of-warcraft world-of-warcraft-classic wow-classic
Last synced: 5 months ago
JSON representation
A discord bot, which makes it easy to link items from the classic wowhead database
- Host: GitHub
- URL: https://github.com/kruhlmann/classicdb_bot
- Owner: Kruhlmann
- License: gpl-3.0
- Created: 2019-02-14T16:09:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T16:04:41.000Z (over 2 years ago)
- Last Synced: 2025-11-15T18:03:16.539Z (7 months ago)
- Topics: bot, discord, discord-bot, nodejs, typescript, world-of-warcraft, world-of-warcraft-classic, wow-classic
- Language: TypeScript
- Homepage:
- Size: 8.68 MB
- Stars: 12
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Classic DB discord bot
[](https://discord.gg/Y5eA3dW)
[](https://bestpractices.coreinfrastructure.org/projects/2579)
## Setup
To invite the bot click [this link](https://discordapp.com/oauth2/authorize?client_id=545640068056875048&scope=bot&permissions=0) (or the image above) as the server owner. Invite the bot to the server of your choice and, if necessary, promote it to allow for posting in your desired channel(s).
## Support me
You can support me by contributing to the code base, creating valuable issues or by sending me a donation [](https://paypal.me/kruhlmann)
## Usage
To have an item linked simply type the name of the item in the `/item` command.
Typing a partial name will give you autocomplete suggestions.

### Docker compose file
```yml
version: '3'
services:
classicdb_bot:
image: cr.kruhlmann.dev/classicdb_bot
environment:
- CLASSICDB_BOT_TOKEN=
- CLASSICDB_BOT_CLIENT_ID=
- CLASSICDB_BOT_PROD=1
- CLASSICDB_BOT_DISCORD_REST_VERSION=9
```