️Voidy
A powerful and extendable Discord bot, with it's own module system :3
## 🚀 Deployment
Deploying this project is extremely simple. First, clone the repository:
```sh
git clone git@tangled.org:thevoid.cafe/voidy
```
Then, navigate to the project directory and install all dependencies:
```sh
cd voidy
bun install
```
Finally, run the development server:
```sh
bun dev
```
## 🎨 Credits
Certain features of this bot were the result
of conversations with:
- [Sub2Rhys](https://github.com/Sub2Rhys)
- CallyHam
Additionally, some of the docs and guides used:
- [discordjs.guide](https://discordjs.guide)