A powerful and extendable Discord bot, with it's own module system :3
thevoid.cafe/projects/voidy
1<br>
2<h1 align="center">️Voidy<br></h1>
3<div align="center">A powerful and extendable Discord bot, with it's own module system :3</div>
4<br>
5
6## 🚀 Deployment
7
8Deploying this project is extremely simple. First, clone the repository:
9
10```sh
11git clone git@tangled.org:thevoid.cafe/voidy
12```
13
14Then, navigate to the project directory and install all dependencies:
15
16```sh
17cd voidy
18bun install
19```
20
21Finally, run the development server:
22
23```sh
24bun dev
25```
26
27## 🎨 Credits
28
29Certain features of this bot were the result
30of conversations with:
31
32- [Sub2Rhys](https://github.com/Sub2Rhys)
33- CallyHam
34
35Additionally, some of the docs and guides used:
36
37- [discordjs.guide](https://discordjs.guide)