I hereby claim:
- I am mathislajs on github.
- I am mathislajs (https://keybase.io/mathislajs) on keybase.
- I have a public key whose fingerprint is 1081 D639 ACFC 826F D831 13E9 8B9D 1820 75AE 9D84
To claim this, I am signing this object:
| dis.gd/1 | |
| dis.gd/2fa | |
| dis.gd/20 | |
| dis.gd/2020report | |
| dis.gd/a11y | |
| dis.gd/abcd | |
| dis.gd/accessibility-updates | |
| dis.gd/active-developer-badge | |
| dis.gd/activities | |
| dis.gd/activities-in-discord |
I hereby claim:
To claim this, I am signing this object:
Last Updated: August 16, 2024
Crypto Viewer; “the Bot”. By using the Bot, you agree to the following terms and conditions. Please read them carefully. If you do not agree with these terms, you must not use the Bot.
If you have any questions about these Terms, please contact us at [email protected].
| function onFormSubmit(e) { | |
| const webhookUrl = 'YOUR_DISCORD_WEBHOOK_URL'; // Replace with your Discord webhook URL | |
| const formResponses = e.values; | |
| const embed = { | |
| title: "New Form Submission", | |
| fields: [], | |
| color: 7506394, | |
| }; |
| import { NextResponse } from 'next/server' | |
| import { Redis } from '@upstash/redis' | |
| import { supabase } from '@/lib/supabase' | |
| import CryptoJS from 'crypto-js' | |
| const redis = new Redis({ | |
| url: process.env.UPSTASH_REDIS_REST_URL!, | |
| token: process.env.UPSTASH_REDIS_REST_TOKEN!, | |
| }) |