skurnia001 / discord-dn-bot

As wise man once said, computer scientist makes a 5 minutes routine task into 5 hours of scripting.
MIT License
0 stars 0 forks source link

Dragon Nest Dragon Jade Query Discord Bot

CD Status

Dragon Nest

Dragon Jade is a special item in Dragon Nest which is useful for increasing damage of a character. Each class in Dragon Nest has their own skills which is upgraded by dragon jade. There are also multiple variants of dragon jade.

This version of bot is using skill naming for SEA server, other server might differ in skill naming, so the bot might not work.

As per this recurring joke in Computer Science. Solving 1 minute routine task by making script that takes 20 minutes to develop

Notes

Required Discord bot permission: 414464683072

Requirements

Setting up the envrionment

Linux

# Run from project root directory
python3.8 -m venv $(pwd)/venv
source $(pwd)/venv/activate

Windows

# Ensure python 3.8 is installed and configured to the PATH variables
python -m venv c:\path\to\myenv
<venv>\Scripts\activate.bat

Starting the bot

python bot.py