utility.presence: oceanic follow normal naming converions challenge (failed)
This commit is contained in:
parent
f4cd3c3cd7
commit
17e59b8c52
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@ presence.callback = async function (msg, line) {
|
||||||
}.${activity.emoji.animated ? "gif" : "png"}`;
|
}.${activity.emoji.animated ? "gif" : "png"}`;
|
||||||
embed.author = {
|
embed.author = {
|
||||||
url,
|
url,
|
||||||
icon_url: url,
|
iconURL: url,
|
||||||
name: activity.state ?? "",
|
name: activity.state ?? "",
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue