Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.01 KB

File metadata and controls

27 lines (22 loc) · 1.01 KB

C++ Discord Bot

Discord

Setup

1. Clone this repository

git clone https://github.com/cppdiscord/bot.git

2. Create the config file

Create a file called config.json in the src directory with the following values:

{
	"token": "your bot token",
	"emoji_yes_id": "your yes emoji id",
	"emoji_no_id": "your no emoji id",
	"channel_rules_id": "your rules channel id",
	"channel_jail_id": "your jail channel id",
	"category_ticket_id": "your ticket category id",
	"role_staff_id": "your staff role id",
	"role_jail_id": "your jail role id"
}

Contributing

We appreciate contributions to this community. Connect with other contributors through our discord server, where we have dedicated channels for chatting and collaborating. Also make sure to take a look at our coding style guides before contributing.