mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
only use typing indicator where it makes sense
This commit is contained in:
parent
b297bd9f0e
commit
c54a29ad26
10 changed files with 3 additions and 14 deletions
|
@ -19,7 +19,6 @@ module.exports = {
|
|||
duration: 5000
|
||||
},
|
||||
run: async (context, args) => {
|
||||
context.triggerTyping();
|
||||
let response = await editOrReply(context, { embeds: [createEmbed("loading", context, `Synthesizing images...`)] })
|
||||
|
||||
try{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue