- dpp (with
-DDPP_CORO=on) - preferably a brain
- a discord.dev applicaiton
First of all, as always, clone the repository and cd into the cloned directory
git clone https://github.com/auth-xyz/serenitygen
cd serenitygenThen, after that, make a dotenv (.env) file inside the serenitygen folder (on the root of the folder, to be specific)
touch .envOn the .env, add two entries, DISCORD_TOKEN and GUILD_ID.
Just like the following:
# .env
DISCORD_TOKEN=yourbotstoken
GUILD_ID=yourguildidI gotta note, because of my laziness the executable will expect the .env file to be on the root,
So you must run the built binary from the dist/ directory.
makeYeah, that's literally it. You just run make and it should build.
And if there's any new update on the code and you'd like to build it again:
git pull # to make sure you have the most recent changes
make clean
make # to rebuildFeel free to contribute in any way you'd like, just make a PR. If you have any questions on how to use the source code/edit the code dm me on Discord <actually.auth>
