#can other people do commands while a command is still going on?

1 messages · Page 1 of 1 (latest)

serene flaxBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

untold plaza
#

I mean if someone else runs the command then the whole function will be executed again

#

but it's really easy to keep track of that, just use a boolean to know if yes or no the person can execute the command

pearl comet
#

you probably want a concurrency thing

#

its a decorator (like checks and the like), pretty simple to use

#

if you want no one to use any other commands... you probably want a check