From 4a609a860810dcc1151c906d63aa1c5c4937e824 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Fri, 11 Oct 2024 14:15:30 +0200 Subject: [PATCH] oopsies --- src/commands/fun/gelbooru.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }