himbot/src/events/guildCreate.ts
2023-05-28 20:20:00 -06:00

5 lines
179 B
TypeScript

import { events } from "./mod.ts";
import { updateGuildCommands } from "../utils/helpers.ts";
events.guildCreate = async (bot, guild) =>
await updateGuildCommands(bot, guild);