function addRoleimport { addRole } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts"; addRole(bot: Bot,guildId: bigint,memberId: bigint,roleId: bigint,reason?: string,)Add a role to the member Parametersbot: BotguildId: bigintmemberId: bigintroleId: bigintoptionalreason: string