Skip to content

Instantly share code, notes, and snippets.

View Antouto's full-sized avatar

Antouto Antouto

View GitHub Profile
@Antouto
Antouto / forms.md
Last active May 8, 2024 09:43
Create custom forms for your discord server and send submissions to a channel of your choice using webhooks

Bot Invite Link: https://discord.com/api/oauth2/authorize?client_id=942858850850205717&permissions=536873984&scope=bot%20applications.commands

Support Server: https://discord.gg/FmscrYrzZP

Creating a form

To set up this bot you are required to understand JSON and how to create a json file. Learn More If you do not you can use this site to help you: https://form-builder.pages.dev/

The /form create command sends a message that has buttons which when clicked by the user open different forms. You will provide your configuration for the forms and the message in the json parameter of the command as a json file attachement. You can create a blank text file, paste in the json and change the files ending to .json or you can create a json file in vscode. Whatever works for you.