Skip to content

Commit

Permalink
fix copy paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Nov 25, 2023
1 parent d49c673 commit b37c019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/discord/modules/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default (bot: DiscordBot): void => {
}
case "Sticker": {
const sticker =
guild.emojis.cache.get(Id) ?? (await guild.emojis.fetch(Id).catch());
guild.stickers.cache.get(Id) ?? (await guild.stickers.fetch(Id).catch());
target = sticker ? `${sticker.name} (${Id})` : Id;
break;
}
Expand Down

0 comments on commit b37c019

Please sign in to comment.