Skip to content

Kruhlmann/classicdb_bot

Repository files navigation

Classic DB discord bot

Discord Server CII Best Practices

Setup

To invite the bot click this link (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 Support me

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.

Showcase

Docker compose file

version: '3'
services:
  classicdb_bot:
    image: cr.kruhlmann.dev/classicdb_bot
    environment:
      - CLASSICDB_BOT_TOKEN=<your_bot_token>
      - CLASSICDB_BOT_CLIENT_ID=<your_client_id>
      - CLASSICDB_BOT_PROD=1
      - CLASSICDB_BOT_DISCORD_REST_VERSION=9