mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-13 21:35:02 +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
|
@ -24,7 +24,7 @@ const MEDIA_CHANNEL_ICON = "https://cdn.discordapp.com/attachments/8761342052292
|
|||
export async function getChannelInfoEmbed(
|
||||
pluginData: GuildPluginData<UtilityPluginType>,
|
||||
channelId: string,
|
||||
requestMemberId?: string,
|
||||
// requestMemberId?: string,
|
||||
): Promise<APIEmbed | null> {
|
||||
const channel = pluginData.guild.channels.cache.get(channelId as Snowflake);
|
||||
if (!channel) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue