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