Skip to content

Faithgel/Astra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astra

Description

Astra is a Discord bot primarily used for server moderation and managing TTRPG (Tabletop Role-Playing Game) plays. It comes with a journal feature for note-taking during games and a dice roller for in-game actions. Future updates will include additional features to enhance the gaming experience.

Installation Guide

Prerequisites

  • CMake (version 3.22 or higher)
  • A C++ compiler that supports C++17
  • D++ (Discord++) library
  • spdlog library

Steps

  1. Clone the repository:
    git clone https://github.com/Faithgel/astra.git
  1. Create a build directory:
    mkdir build
    cd build
  1. Run CMake:
    cmake ..
  1. Build the project:
    cmake --build .
  1. set the environment variable in your system
    export TOKEN_BOT_ASTRA=your_token
  1. Run the bot:
    ./build/discord-bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published