mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
add back typing for qr scan
This commit is contained in:
parent
c54a29ad26
commit
93ed201a71
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ module.exports = {
|
|||
if (!image) return editOrReply(context, createEmbed("warning", context, "No images found."))
|
||||
|
||||
try {
|
||||
await context.triggerTyping();
|
||||
|
||||
const t = Date.now();
|
||||
|
||||
let res = await superagent.get(`https://api.qrserver.com/v1/read-qr-code/`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue