Skip to content

Instantly share code, notes, and snippets.

@axiozygen
axiozygen / index.js
Last active February 9, 2022 18:46
Discord.js Embed Builder Slash Command
const Discord = require('discord.js');
const dotenv = require('dotenv');
const testGuildId = '<your-guild-id-here>';
dotenv.config;
const client = new Discord.Client();
const getApp = (testGuildId) => {
const app = client.api.applications(client.user.id);
if (testGuildId) {