diff --git a/src/commands/fun/gelbooru.js b/src/commands/fun/gelbooru.js index d331e0b..8d29ab6 100644 --- a/src/commands/fun/gelbooru.js +++ b/src/commands/fun/gelbooru.js @@ -151,7 +151,7 @@ module.exports = { var post = (await Booru.search(booru, searchTags, { limit: 1, random: true, credentials: credentials[booru] ?? null }))[0]; if (post == null) { - await interaction.followUp("<:warning:1293874152150667315> Could not find any post matching tags."); + await interaction.followUp(emojis.warning + " Could not find any post matching tags."); return; }