Update !invite title formatting to match !server
This commit is contained in:
parent
6118639dd3
commit
1fb7cffce0
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ export async function getInviteInfoEmbed(
|
||||||
};
|
};
|
||||||
|
|
||||||
embed.author = {
|
embed.author = {
|
||||||
name: `Server Invite - ${invite.guild.name}`,
|
name: `Server invite: ${invite.guild.name}`,
|
||||||
url: `https://discord.gg/${invite.code}`,
|
url: `https://discord.gg/${invite.code}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ export async function getInviteInfoEmbed(
|
||||||
};
|
};
|
||||||
|
|
||||||
embed.author = {
|
embed.author = {
|
||||||
name: invite.channel.name ? `Group DM Invite - ${invite.channel.name}` : `Group DM Invite`,
|
name: invite.channel.name ? `Group DM invite: ${invite.channel.name}` : `Group DM invite`,
|
||||||
url: `https://discord.gg/${invite.code}`,
|
url: `https://discord.gg/${invite.code}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue