mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 00:10:07 +00:00
* Update docs for desired properties * Update examples to use createBot desiredProperties The BigBot and reaction roles examples use the Discordeno CLI * Migrate examples to v19 stable * Docs work
5 lines
166 B
TypeScript
5 lines
166 B
TypeScript
import { bot } from '../bot.js'
|
|
import { updateGuildCommands } from '../utils/helpers.js'
|
|
|
|
bot.events.guildCreate = async (guild) => await updateGuildCommands(guild)
|