This commit is contained in:
Ashley Graves 2024-10-11 14:15:30 +02:00
parent 6c9f4bca3a
commit 4a609a8608

View file

@ -151,7 +151,7 @@ module.exports = {
var post = (await Booru.search(booru, searchTags, { limit: 1, random: true, credentials: credentials[booru] ?? null }))[0]; var post = (await Booru.search(booru, searchTags, { limit: 1, random: true, credentials: credentials[booru] ?? null }))[0];
if (post == null) { 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; return;
} }