Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/harmony/src/types/mod.ts>GUILD_MEMBER_ROLE

An easy to use Discord API Library for Deno.
Latest
variable GUILD_MEMBER_ROLE
import { GUILD_MEMBER_ROLE } from "https://deno.land/x/harmony@v2.9.1/src/types/mod.ts";

type

(
guildID: string,
memberID: string,
roleID: string,
) => string