Socialify

Folder ..

Viewing README.md
37 lines (23 loc) • 668.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[![Yuzaki.gif](https://i.postimg.cc/VkxMN0jP/Yuzaki.gif)](https://postimg.cc/PCMN3x3S)

# Yuzaki — Discord Bot

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

## Build Instructions

### Prerequisites

- [Go](https://go.dev) (v1.23 or higher)

After forking the repository, clone it to your local machine. Commands are run via the [`Makefile`](Makefile).

Setup your environment by running the following command:

```bash
make setup
```

Run the bot in development mode:

```bash
make dev
```

Build the bot:

```bash
make build
```

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

```bash
make run
```