mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -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
|
@ -32,7 +32,6 @@ module.exports = {
|
|||
{ name: 'rotate', default: 'rand', required: false }
|
||||
],
|
||||
run: async (context, args) => {
|
||||
context.triggerTyping();
|
||||
let response = await editOrReply(context, createEmbed("loading", context, `Generating image...`))
|
||||
try{
|
||||
let seed = Math.floor(Math.random() * 999999) + 100000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue