Handy little Discord bot made for the sole purpose to make my life a tiny bit easier
git clone https://github.com/chlkrisz/marisa.git marisa
cd marisa
cp .env.example .env
nvim .env # or code .env, or nano .env, or vi .env, whichever suits you better
bun install # or npm install
bun run start # or... you get it