only use typing indicator where it makes sense

This commit is contained in:
derpystuff 2022-07-09 00:09:18 +02:00
parent b297bd9f0e
commit c54a29ad26
10 changed files with 3 additions and 14 deletions

View file

@ -15,7 +15,6 @@ module.exports = {
usage: 'screenshot <url>'
},
run: async (context, args) => {
context.triggerTyping();
if(!args.url) return editOrReply(context, { embeds: [createEmbed("warning", context, "No url supplied.")] })
let response = await editOrReply(context, createEmbed("loading", context, `Creating website screenshot...`))