Skip to content

This repository holds file of a discord bot, that randomly generates custom color codes for Rivals of Aether + preview image.

Notifications You must be signed in to change notification settings

julianhartmer/ROAColorCodeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROAColorCodeBot

A discord bot to create random Rivals of Aether Custom Color codes with preview. After invoking a bot argument, it replies with a randomly generated valid Rivals of Aether Color Code and a in-game preview image of the generated code.

Requirements:

Installation:

  1. Add config.json:
{
	"prefix": "!skin ",
	"token": "YOUR_DISCORD_BOT_TOKEN"
}
  1. Install discrod.js npm install discord.js
  2. Build preview executable:
    $ mkdir BuildEngine/build
    $ cd BuildEngine/build
    $ cmake -DCMAKE_BUILD_TYPE=Release ..
    $ make
    $ cd ../..
  1. Start yout bot: node bot.js

Project Structure:

├── commands                # files for each command
├── data                    # has a subfolder for each character, skins are stored in "CHAR/skins"
├── ImageEngine
│   ├── CMakeList.txt
│   └── src
│       ├── parser.cpp      # Parse character screenshot. Outdated at the moment.
│       └── preview.cpp
├── bot.js                  # Discord bot
├── colorcodelib.js         # Color Code library used by bot.js
└── README.md
└── .gitignore

About

This repository holds file of a discord bot, that randomly generates custom color codes for Rivals of Aether + preview image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published