chore: resolve lint errors
This commit is contained in:
parent
59c5176cbd
commit
77ab2718e7
17 changed files with 16 additions and 40 deletions
|
@ -25,7 +25,6 @@ const prettifyFeature = (feature: string): string =>
|
|||
export async function getServerInfoEmbed(
|
||||
pluginData: GuildPluginData<UtilityPluginType>,
|
||||
serverId: string,
|
||||
requestMemberId?: string,
|
||||
): Promise<APIEmbed | null> {
|
||||
const thisServer = serverId === pluginData.guild.id ? pluginData.guild : null;
|
||||
const [restGuild, guildPreview] = await Promise.all([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue