add back typing for qr scan

This commit is contained in:
derpystuff 2022-07-10 22:40:37 +02:00
parent c54a29ad26
commit 93ed201a71

View file

@ -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/`)