Dashbloxx / Reapio

A Discord bot written fully in C!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reapio

About

Reapio is a Discord bot written fully in C, using Concord.

Building

To build Reapio, you'll need to get the Concord library:

git clone https://github.com/Cogmasters/concord.git

After that, change your current directory to Concord's directory, and run make. After that, you can simply run make install. Now that Concord is built and installed, go ahead and clone this repository:

git clone https://github.com/Dashbloxx/Reapio.git

Change your directory to the cloned repository, and run make.

Running

To run Reapio, you'll need to just follow this format:

./reapio -t <YOUR_BOT_TOKEN>

About

A Discord bot written fully in C!


Languages

Language:C 91.2%Language:Makefile 8.8%