Embeded Error Messages #665
Answered
by
modernNeo
chanchantang
asked this question in
Q&A
|
I am trying to embed an error message in The error I get is |
Answered by
modernNeo
Oct 21, 2024
Replies: 1 comment 5 replies
|
if I am not misremembering, you use If you haven't deferred, you would only need and just so you know, you only need to defer an interaction if you anticipate that the command you are running will take longer than 3 seconds to compute and respond to the command. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Are you referring to this bit here?
wall_e/wall_e/extensions/ban.py
Lines 404 to 418 in c0e6d39