Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.
/ BZbotCpp Public archive

Discord bot made in D++ library.

Notifications You must be signed in to change notification settings

BlenderZegarek/BZbotCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord bot made in D++ library.

👋 Introduction

Supported Platforms

Currently only Linux system is supported. Tested on Ubuntu 23.10.

Dependencies

🧑‍🔧 Setup

Install Dependencies

Using apt:

$ sudo apt install cmake g++ libjsoncpp-dev git make

And download D++ manually from here.

Download Source Code

$ git clone https://github.com/BlenderZegarek/BZbotCpp.git
$ cd BZbotCpp

Building

$ make

⚙️ Create config.json

$ ./bzbotcpp --create-config

After running this command, the application will create a config file, where you need to enter token and guild id. The config.json should look like this:

{
    "token": "your token here"
    "guildId": 1234567891234567890
    "colors": {
        "default": 0,
        "success": 0,
        "error": 0,
        "warning": 0
    }
}

🏃 Running

To run this bot enter:

$ ./bzbotcpp

About

Discord bot made in D++ library.

Resources

Stars

Watchers

Forks