Skip to content

Instantly share code, notes, and snippets.

View mome0320's full-sized avatar

모메MoMe mome0320

View GitHub Profile
@mome0320
mome0320 / DiscordInteractionWeb.js
Last active December 11, 2020 10:26
DiscordInteraction
const express = require('express')
const {verify} = require('noble-ed25519');
const bodyParser = require('body-parser');
const fetch = require('node-fetch');
const app = express()
const port = 80
app.use(bodyParser.json());
app.get('/', (req, res) => {