function getRolesimport { getRoles } from "https://dotland.deno.dev/x/discordeno@18.0.1/helpers/roles/mod.ts"; getRoles(bot: Bot, guildId: BigString): Promise<Collection<bigint, Role>>Gets the list of roles for a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the list of roles for. ReturnsPromise<Collection<bigint, Role>>A collection of Role objects assorted by role ID.