utility.presence: typo moment
This commit is contained in:
parent
bbc7a505e4
commit
f4cd3c3cd7
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ presence.callback = async function (msg, line) {
|
|||
|
||||
if (activity.emoji) {
|
||||
if (activity.emoji.id) {
|
||||
const url = `https://cdn.dicordapp.com/emojis/${
|
||||
const url = `https://cdn.discordapp.com/emojis/${
|
||||
activity.emoji.id
|
||||
}.${activity.emoji.animated ? "gif" : "png"}`;
|
||||
embed.author = {
|
||||
|
|
Loading…
Reference in a new issue