oopsies
This commit is contained in:
parent
6c9f4bca3a
commit
4a609a8608
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue