A simple, discord bot built with Protofy as a use case template.
Use it to explore what's possible, get inspired, or kickstart your own automated discord bot.
This is a real-world example of how to use Protofy, the AI-driven machine automation platform, to build a discord bot for any task you need to do.
Check the getting started guide to run Protofy on your computer, directly with npm or using docker.
Add discord required keys on .env (DISCORD_APP_TOKEN, DISCORD_GUILD_ID, DISCORD_CLIENT_ID)
Thanks to the discord_connect_bot automation, the bot connects automatically — no config headaches required.
To create a command, just run the discord_command_hello automation from within the workspace. Boom, your bot is now polite.
Want to clean up? Run discord_delete_command to remove the command. Easy come, easy go.
Feel free to modify or add as many commands as you need — it’s your bot.
Join us at Discord to ask questions about bugs or specific use cases, share your builds or just discus ideas.