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.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
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.
Starting to create a basic discord bot that responds to all of your messages and a basic /ping command.
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/.