-
A Discord bot token
-
Windows Subsystem for Linux (WSL) installed on your Windows system (Preferably Ubuntu 22.04 LTS)
-
A C compiler (such as GCC) installed on your WSL system
-
Install Concord library on your system. More instructions on that here
-
A text editor or IDE installed on your Windows system (Preferably VSCode with WSL extension)
git clone https://github.com/Aditya20-ai/CBot.git
- Fill in the required fields in config.json
- Run
make
in the root directory of the bot - If you get an error, try running
make clean
and thenmake
again - Then run
cd builds && ./bot
to start the bot