Echoverse

Echoverse Used AI

4 devlogs
5h 38m
Created by Sarvesh

EchoVerse is a Discord bot that powers collaborative storytelling and immersive world-building, enabling users in a server to co-create lore, characters, and dynamic universes together through interactive prompts, timelines, and branching choices.

Timeline

ALSO I forgot to say this in the last devlog but I also added world creation.

Update attachment

I did something I am very proud of!!! After hours of debugging I managed to get discord cogs to work. This helps me modularize the commands. It also allows me to make my slash commands (app commands) more detailed and more descriptive. The image shows a snipet of the new cog directory and all the files within that directory (where the commands are stored), the 2 functions in main.py that allow me to load and unload cogs and add them to the bot commands, and finally the terminal with logs of the cogs being loaded in.

Update attachment

Starting to create a basic discord bot that responds to all of your messages and a basic /ping command.

Update attachment

Got everything set up and added some basic functions to run sql queries through python using psycopg2. Also created a discord server for the bot and started working on a simple fastapi api on https://echoverse.codewasabi.xyz/api/v1/.

Update attachment