A Discord bot.
Type /generate character
to start your template. From there, just select which character fields you'd like to add to your template. After you've built your template, a character will automatically be created using it!
After any character is generated, you can click the "Generate another character with this template" button to instantly create additional characters using the same template, or click the "Use a new template" button to start building a new template to generate from.
Click here for an invitation to the Indent Labs server
Click here to invite the bot to your server
I'd love to hear them here or on Discord -- whatever is convenient for you! I'll be adding more generators and expanding the functionality of existing generators over time, so I'd love to hear about what's helpful, what's not, and what else you wish the bot could generate.
Thanks!
- Install Rails 7
- Install Redis
- Create a Discord bot and register it in the Discord Developer Portal
- Set a
DISCORD_TOKEN
environment variable equal to your Developer Portal-provided bot token - Set a
REDIS_URL
environment variable with your Redis connection string. If you're using Heroku (and add a Redis add-on), this will already be set for you. - Run the bot with
bundle exec ruby bin/tristan.rb
. If you are using Heroku, this will happen automatically at the end of each deploy.