guildinfo: this never happened until now bruh
This commit is contained in:
parent
791288055b
commit
a633b0fa85
1 changed files with 2 additions and 2 deletions
|
@ -582,10 +582,10 @@ guildinfo.callback = async function (msg, line, args, {nolocal, debug}) {
|
|||
images.push(`[Icon](${embed.thumbnail.url})`);
|
||||
}
|
||||
if (invite?.guild?.splash) {
|
||||
images.push(`[Invite Splash](${CDNEndpoints.GUILD_SPLASH(guild.id, guild.splash)})`);
|
||||
images.push(`[Invite Splash](${CDNEndpoints.GUILD_SPLASH(guild.id, invite.guild.splash)})`);
|
||||
}
|
||||
if (invite?.guild?.banner) {
|
||||
images.push(`[Banner](${CDNEndpoints.BANNER(guild.id, guild.banner)})`);
|
||||
images.push(`[Banner](${CDNEndpoints.BANNER(guild.id, invite.guild.banner)})`);
|
||||
}
|
||||
|
||||
if (images.length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue