Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 715 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 715 Bytes

BDO Coupon Bot

A simple Discord bot that searches for Black Desert coupons once in a while, and broadcasts them to subscribing channels.

Usage

You can run the bot either with Docker for convenience or natively as well.

With Docker

  1. Clone the repo
  2. Create a new filed called "discord_token", and paste your discord token here
  3. Run "docker compose up --detach"

Without Docker

  1. Install Firefox browser
  2. Install Poetry
  3. Clone the repo in the destination of your choice
  4. Create a new filed called "discord_token", and paste your discord token here
  5. Start with launch.sh (this will also pull the latest changes)