acollierr17 / Google-Forms-to-Discord

A quick way to automatically send Google Form responses to a Discord channel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THIS

Basic Setup

  1. Create a Google Form for use with this script

  2. Make the form however you'd like.

  3. Go to the Script editor.

script editor

  1. Paste the contents of google script.js.

  2. Open Discord and make a channel where you'd like the responses to be sent.

  3. Create a webhook and copy the URL. Replace WEBHOOKURL at the top of the script with the URL you copied.

Create a new Webhook. Copy Webhook URL.

  1. Add a trigger by selecting Current project's triggers in the Edit menu, and creating a new trigger using the settings given below.

trigger settings

  1. Submit a test response to make sure it works.

About

A quick way to automatically send Google Form responses to a Discord channel

License:MIT License


Languages

Language:JavaScript 100.0%