function getBanimport { getBan } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; getBan(bot: Bot,guildId: BigString,userId: BigString,): Promise<Ban>Gets a ban by user ID. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild to get the ban from. userId: BigString The ID of the user to get the ban for. ReturnsPromise<Ban>An instance of Ban.