function getBansimport { getBans } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.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.