function addRoleimport { addRole } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; addRole(bot: Bot,guildId: BigString,userId: BigString,roleId: BigString,reason?: string,): Promise<void>Adds a role to a member. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild the member to add the role to is in. userId: BigString The user ID of the member to add the role to. roleId: BigString The ID of the role to add to the member. optionalreason: stringReturnsPromise<void>