π οΈ GuildScript
βοΈ The Runtime
π Build What You Need
π₯ For Devs and Beginners
Check out the home page for the full Discord Bot List.
Most Discord bots give you a fixed set of commands. GuildScript gives your server a runtime.
Stop waiting for a bot developer to add the exact feature you need. GuildScript lets you write small JavaScript agents that react to server events and run automatically. No hosting your own bot, setting up a server, or managing deployments.
βοΈ The Runtime
You write small JavaScript files (agents). Once your server is initialized, you create an agent, choose the event it reacts to, and upload your .js file. GuildScript handles the rest.
- Initialize your server.
- Create an agent and choose the triggering event.
- Upload your
.jsfile.
Your code goes live instantly, wakes up when the matching event fires, and runs inside the botβs managed environment.
π Build What You Need
A settings menu doesnβt limit you. Script exactly what your server requires:
- βοΈ Custom Moderation - Beyond basic keyword filters.
- π° Server Economies - Tailored currencies and logic.
- π Leveling Systems - Reward specific behaviors.
- π€ AI Tools - Auto-responses and integrations.
- π« Ticket Workflows - Automated support pipelines.
- π Personal Logging - Track the metrics that matter.
π₯ For Devs and Beginners
- Experienced Developers: Use JavaScript to build custom features directly. You get a flexible foundation to write behavior without infrastructure overhead.
- Curious Server Owners: Use the guided documentation, copy-paste examples, and the
/vibe-code-agentcommand to generate functional agents with an LLM.