-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eval output in general? #201
Comments
Moved to meta as it's more a policy discussion. A cooldown doesn't help much when there are a lot of people in a channel at once, similar to how a channel can still be very active when slowmode is quite high. It adds extra noise from trying to run code but being stopped by the cooldown. By not allowing it at all people know they can't use it there so there's no added noise. If you want to test something it would be better to be in >>> x = [1, 2, 3]
>>> x[1:]
[2, 3]
>>> x[::2]
[1, 3] If you want to explain something to someone in more detail/give more complex examples it may be better to open a help channel. |
ok, sorry for the late follow up but sharing a repl result isn't an option a fair amount of the time due to mobile limitations (such as no code blocks). maybe a "repl output" command could be added then? |
You should be able to send codeblocks on mobile the same way you can normally using backticks. ```python # Code goes here ``` What would the |
I think a "quiet" version of the |
you can see codeblocks, but you can't post them (on ios at least), since theres no actual backtick key on the keyboard |
Switch to numbers, then press and hold the apostrophe. |
oh i didn't realize that existed |
is there any chance eval output could be allowed in pygen? or at least stop the bot from deleting the message?
it’s really annoying trying to give examples or test something when the bot is deleting the message and/or you have to go to another channel to see the output
if spam is your worry it shouldn’t be all that hard to have a cooldown and line limit right?
The text was updated successfully, but these errors were encountered: