n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.54k stars 253 forks source link

Better Discord bot integration #118

Closed hutli closed 8 months ago

hutli commented 8 months ago

Changes:

Problems:

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dialoqbase-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 20, 2023 11:02am
n4ze3m commented 8 months ago

Wow, amazing! I will merge it after testing. Do you have any other changes?

n4ze3m commented 8 months ago

Hey,

I noticed there's an error that seems to be originating from Prisma

image

This appears to be a Prisma-related error. We'll also need to generate SQL migrations for these changes. I'm considering merging this branch with another one so we can comprehensively address these issues.

Please let me know if you're okay with this approach.

hutli commented 8 months ago

I must admit that my knowledge in Prisma is extremely limited (this is the first I've ever worked with it) which is also the reason I've not been able to use toggle-buttons (i think?) over string inputs. However, I have just pushed a new schema that I think is correct.

Also, unfortunately I don't see a way to include these new fields (and save their state) without having to regenerate SQL - so merging this with another that needs the same would be completely fine with me.

n4ze3m commented 8 months ago

It's okay!! I will fix the rest of the conflicts. Thanks!! I'm changing the main branch to the next branch.