Skip to content

cppdiscord/bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The C++ Discord community bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors