5 lines
179 B
TypeScript
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);
|