Discord bot to organize fighting game hosting. Made specifically for games like MBAACC and EFZ.
Must be self-hosted.
- Install Node.js
- Run
git clone https://github.com/Brogolem35/kawga-bot.git
to get the code. It is advised to usemaster
branch. - Run
npm install
- Create a file named
.env
and copy the contents of the.env.example
into it, then fill the variables accordingly. - run
npm start
Write !host <ip:port> <note|optional>
on one of the SOURCE_CHANNEL_IDS
to host a game. The bot will send an embedded message on the HOST_CHANNEL_ID
and will leave a reaction to it with JOIN_EMOJI_ID
. If the host reacts to this message with the JOIN_EMOJI_ID
, the bot will edit the embed to indicate someone has joined the game.
Feel free to open issues and pull requests. Open your pull requests on the develop branch.
Please format your code with clang-format before committing changes.
This software is licensed under the GNU General Public License v3.0.