import { getGuild } from "https://deno.land/x/discordeno@13.0.0-rc45/helpers/mod.ts";
This function fetches a guild's data. This is not the same data as a GUILD_CREATE. So it does not cache the guild, you must do it manually.
import { getGuild } from "https://deno.land/x/discordeno@13.0.0-rc45/helpers/mod.ts";
This function fetches a guild's data. This is not the same data as a GUILD_CREATE. So it does not cache the guild, you must do it manually.