mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
fix no urls message missing
This commit is contained in:
parent
5d81453b19
commit
f46e17c5e4
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ module.exports = {
|
||||||
})
|
})
|
||||||
], components: btns
|
], components: btns
|
||||||
})
|
})
|
||||||
|
} else {
|
||||||
|
return editOrReply(context, createEmbed("warning", context, "No urls found."))
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e)
|
console.log(e)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue