Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

durudex-old/discord-promo-bot

Repository files navigation

Discord Promo Bot

Discord bot for promo code system.

💡 Prerequisites

⚙️ Build & Run

  1. Create an .env file in the root directory and add the following values from .env.example:
# Debug mode.
DEBUG=false

# Config variables:
CONFIG_PATH=configs/main

# Discord bot variables:
BOT_TOKEN=

# Mongodb variables:
MONGO_URI=
MONGO_USERNAME=
MONGO_PASSWORD=

Use make run to run and make build to build project.

🛠 Lint & Tests

Use make lint to run the lint, and use make test for tests.

👍 Contribute

If you want to say thank you and/or support the active development of Durudex:

  1. Add a GitHub Star to the project.
  2. Join the Discord Server.

⚠️ License

Copyright © 2022 Durudex. Released under the GNU AGPL v3 license.