Self made Discord bots with AI

Cristaf

Supreme
Feedback score
2
Posts
664
Reactions
99
Resources
0
How hard would it be for someone to make a website that makes discord bots with AI. We have base44 that can make websites. Could someone do this with discord bots?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

byteful

Premium
Feedback score
5
Posts
205
Reactions
59
Resources
6
Not sure how much demand there is for a service like that. Probably would already be available if it had a large market but I'm pretty sure most people just use existing bots.

It's possible though. All of these agentic coding services are pretty much the same. Just use Sonnet 4.5 as your LLM if you want good results, and feed it the latest context for discord.js documentation. Then host the code in a sandboxed environment (can use Docker). You probably won't be able to use base44 to make this because it requires hosting hardware, unless you want the end user to just take the code and host it themselves, but then they're better off using claude or chatgpt directly for free.
 

SerbanHero

Developer
Premium
Feedback score
0
Posts
4
Reactions
83
Resources
21
How hard would it be for someone to make a website that makes discord bots with AI. We have base44 that can make websites. Could someone do this with discord bots?
Like kodari.ai? You can even test them directly on the website, supports .py, .js (with ts) & rb
 
Top