This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
- Notifications
You must be signed in to change notification settings - Fork 215
Command Guidelines
Matheus Dias edited this page Oct 13, 2019 · 5 revisions
Use the SwitchbladeEmbed class for generating embeds.
channel.send( new SwitchbladeEmbed(message.author) .setDescription('This is an embed!') )const fetch = require('node-fetch') const { body } = await fetch('https://api.switchblade.xyz/test') channel.send(body.message)