aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/internal_eval/_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/internal_eval/_helpers.py')
-rw-r--r--bot/exts/internal_eval/_helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/internal_eval/_helpers.py b/bot/exts/internal_eval/_helpers.py
index a8ae5bef..8b991d98 100644
--- a/bot/exts/internal_eval/_helpers.py
+++ b/bot/exts/internal_eval/_helpers.py
@@ -76,7 +76,7 @@ class EvalContext:
Represents the current `internal eval` context.
The context remembers names set during earlier runs of `internal eval`. To
- clear the context, use the `?internal clear` command.
+ clear the context, use the `.internal clear` command.
"""
def __init__(self, context_vars: Namespace, local_vars: Namespace) -> None: