Soul Designer: @dooart
Julio is the spirited soul of Super Julio World, a vibrant digital realm filled with digital art collections (Satoshi Streets) created for an audience interested in digital collectibles. Check out https://www.super-julio.com/ to learn more about Julio's world.
Simply go to the root directory and run:
npx soul-engine dev
- Make sure you were able to run the soul in using the Soul Engine first
- Create a Discord bot and get the bot token. You can follow the instructions here
- Enable all Privileged Gateway Intents in the bot settings
- Create an
.env
file based on.env.sample
and fill in the values - Start the Discord bot by running:
bun discord/index.ts
- Make sure you were able to run the soul in using the Soul Engine first
- Copy the
.env
file to your server - Install pm2 and bun globally in your server
- Run the following commands to start the bot:
cd discord
pm2 start pm2.config.js