3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-15 22:25:04 +00:00

chore: resolve lint errors

This commit is contained in:
Dragory 2024-01-27 14:21:32 +02:00
parent 59c5176cbd
commit 77ab2718e7
No known key found for this signature in database
17 changed files with 16 additions and 40 deletions

View file

@ -9,7 +9,6 @@ const MENTION_ICON = "https://cdn.discordapp.com/attachments/705009450855039042/
export async function getRoleInfoEmbed(
pluginData: GuildPluginData<UtilityPluginType>,
role: Role,
requestMemberId?: string,
): Promise<APIEmbed> {
const embed: EmbedWith<"fields" | "author" | "color"> = {
fields: [],