aboutsummaryrefslogtreecommitdiff

Yuzaki.gif

Yuzaki — Discord Bot

Note: This bot is still in development. Only build instructions are provided for now.

Build Instructions

Prerequisites

  • Go (v1.23 or higher)

After forking the repository, clone it to your local machine. Commands are run via the Makefile.

Setup your environment by running the following command:

make setup

Run the bot in development mode:

make dev

Build the bot:

make build

Run the bot (this will build the bot if it hasn't been built yet):

make run