mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -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
|
@ -21,7 +21,6 @@ module.exports = {
|
|||
`${context.user.mention}, you are lacking the permission \`BOT_OWNER\`.`
|
||||
),
|
||||
run: async (context, args) => {
|
||||
await context.triggerTyping();
|
||||
let response = await editOrReply(context, createEmbed("loading", context, "Updating bot..."))
|
||||
try{
|
||||
const t = Date.now()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue