utility.presence: typo moment

This commit is contained in:
Cynthia Foxwell 2023-01-16 11:39:49 -07:00
parent bbc7a505e4
commit f4cd3c3cd7
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {