Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

OpenSource-Discordlist-for-Bots/dfb_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDL++ template

Cloning

Issue git submodule update --init --recursive --depth 1 after cloning so submodules are checked out

Creating config.json

For the configuration step to work, you have to create a config.json first:

{
    "token": "<bot token>"
}

you can add your own settings and access them via the env.settings object

Updating CDL

Run git pull inside lib/cdlpp

Building

mkdir build
cd build
cmake .. # you might have to run this twice
make -j$(nproc)

About

No description, website, or topics provided.

Resources

License

Apache-2.0, WTFPL licenses found

Licenses found

Apache-2.0
LICENSE
WTFPL
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published