Skip to content

Commit

Permalink
fix guild emotes not working when
Browse files Browse the repository at this point in the history
sent as message
  • Loading branch information
Techbot121 authored and Meta Construct committed Nov 24, 2023
1 parent 1f3d81c commit d49c673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/discord/modules/shitposting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export default async (bot: DiscordBot) => {
await db.get<any>("SELECT url FROM media_urls ORDER BY RANDOM() LIMIT 1")
).url
: shouldSendEmoji
? getRandomEmoji()
? getRandomEmoji().toString()
: undefined,
});
if (shat) {
Expand Down

0 comments on commit d49c673

Please sign in to comment.