mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
h
This commit is contained in:
parent
726861294b
commit
aec828beb5
14 changed files with 421 additions and 25 deletions
|
@ -14,7 +14,6 @@ module.exports = {
|
|||
try{
|
||||
|
||||
let image = await getRecentImage(context, 50)
|
||||
console.log(image)
|
||||
if(!image) return editOrReply(context, { embeds: [createEmbed("warning", context, "No images found.")] })
|
||||
return editOrReply(context, { embeds: [createEmbed("default", context, {
|
||||
image: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue