remove log

This commit is contained in:
bignutty 2024-09-13 00:40:35 +02:00
parent 26562317ca
commit 5d81453b19

View file

@ -52,7 +52,6 @@ module.exports = {
}) })
], components: btns }) ], components: btns })
}catch(e){ }catch(e){
console.log(e)
return editOrReply(context, createEmbed("warning", context, "No results found.")) return editOrReply(context, createEmbed("warning", context, "No results found."))
} }
} else { } else {