make the tag better
This commit is contained in:
parent
1c1e898c9c
commit
4c7c6cba39
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ async function parseMsgForTags(e: Message) {
|
||||||
);
|
);
|
||||||
|
|
||||||
if (tag) {
|
if (tag) {
|
||||||
const requesterAvatarURL = e.author.avatarURL();
|
const requesterAvatarURL = e.author.displayAvatarURL({ size: 64 });
|
||||||
const tagRequester = {
|
const tagRequester = {
|
||||||
text: `Requested by ${e.author.tag}`,
|
text: `Requested by ${e.author.tag}`,
|
||||||
...(requesterAvatarURL ? { icon_url: requesterAvatarURL } : null),
|
...(requesterAvatarURL ? { icon_url: requesterAvatarURL } : null),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue