Back to APIs list

Discord API examples & templates

Use these vals as a playground to view and fork Discord API examples and templates on Val Town. Run any example below or find templates that can be used as a pre-built solution.
stevekrouse avatar
discordMessages
@stevekrouse
Script
An interactive, runnable TypeScript val by stevekrouse
stevekrouse avatar
discordAPI
@stevekrouse
Script
// token_type = 'Bot' | 'Bearer'
vtdocs avatar
discordWelcomeBotMsgForwarder
@vtdocs
Cron
Part of the Create a Discord Welcome Bot guide on docs.val.town
stevekrouse avatar
discordWebhookEx
@stevekrouse
Script
An interactive, runnable TypeScript val by stevekrouse
stevekrouse avatar
getDiscordGuilds
@stevekrouse
Script
An interactive, runnable TypeScript val by stevekrouse
joey avatar
sendDiscordMessage
@joey
Script
// add the bot to your server before calling:
stevekrouse avatar
sendDiscordDMExample
@stevekrouse
Script
Forked from Darok/purpleMeerkat
tr3ntg avatar
editDiscordMessage
@tr3ntg
Script
// Edit Discord message via webhook
mattx avatar
register_discord_commands
@mattx
Script
register_discord_commands Registers slash commands for your Discord bot, globally or in one guild. Note that this overwrites old commands. app_id: Your bot's application ID as a string guild_id: Provide a guild ID as a string to apply the commands only in one guild, or use null to apply globally. Note that applying commands globally takes a while on Discord's end. token: Your bot's token. commands: An array of command objects to register. For a basic command with no arguments, only name and description are needed.
rayman avatar
valBotEndpoint
@rayman
Script
// Forked from @mattx.examplebot_endpoint
jkfaffa avatar
discordWelcomeBotCron
@jkfaffa
Cron
Forked from stevekrouse/discordWelcomeBotCron
yourfavman avatar
discordWelcomeBotCron
@yourfavman
Cron
Forked from stevekrouse/discordWelcomeBotCron
stevekrouse avatar
stormyCyanLeopon
@stevekrouse
Script
Forked from ktodaz/sendDiscordMessage
jamisonl avatar
ruralCrimsonGuppy
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction
stevekrouse avatar
discordWelcomeBotCron
@stevekrouse
Cron
// Welcome new members to the Val Town Discord
jamisonl avatar
adorableRedChameleon
@jamisonl
HTTP
Forked from camajudson/handleDiscordInteraction