git clone https://github.com/cppdiscord/bot.git
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"
}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.