mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-15 22:25:04 +00:00
lint
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
2e0598194f
commit
aa1f11e801
8 changed files with 7 additions and 11 deletions
|
@ -9,7 +9,7 @@ const MENTION_ICON = "https://cdn.discordapp.com/attachments/705009450855039042/
|
|||
export async function getRoleInfoEmbed(
|
||||
pluginData: GuildPluginData<UtilityPluginType>,
|
||||
role: Role,
|
||||
requestMemberId?: string,
|
||||
// requestMemberId?: string,
|
||||
): Promise<APIEmbed> {
|
||||
const embed: EmbedWith<"fields" | "author" | "color"> = {
|
||||
fields: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue