function getBansimport { getBans } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; getBans(bot: Bot,guildId: BigString,options?: GetBans,): Promise<Collection<bigint, Ban>>Gets the list of bans 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 bans for. optionaloptions: GetBans The parameters for the fetching of the list of bans. ReturnsPromise<Collection<bigint, Ban>>A collection of Ban objects assorted by user ID.