aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-02-28 09:41:37 -0800
committerGravatar MarkKoz <[email protected]>2020-02-28 09:41:37 -0800
commitb8769e036e9247be47cea1b2073e92ea48724ca8 (patch)
tree7b15013a7f435df9583197be8bf092a2109b9fe4
parentMerge remote-tracking branch 'origin/master' into eval-enhancements (diff)
Snekbox: mention re-evaluation feature in the command's docstring
-rw-r--r--bot/cogs/snekbox.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/bot/cogs/snekbox.py b/bot/cogs/snekbox.py
index 44764e7e9..cff7c5786 100644
--- a/bot/cogs/snekbox.py
+++ b/bot/cogs/snekbox.py
@@ -251,7 +251,10 @@ class Snekbox(Cog):
Run Python code and get the results.
This command supports multiple lines of code, including code wrapped inside a formatted code
- block. We've done our best to make this safe, but do let us know if you manage to find an
+ block. Code can be re-evaluated by editing the original message within 10 seconds and
+ clicking the reaction that subsequently appears.
+
+ We've done our best to make this sandboxed, but do let us know if you manage to find an
issue with it!
"""
if ctx.author.id in self.jobs: