aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/wtf_python.py
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-05-01 14:20:31 +0100
committerGravatar shtlrs <[email protected]>2023-05-06 13:20:46 +0100
commit64e1ac315daf4d17da02790859baebbbbb7bdfc4 (patch)
tree15c3e2973685408b11272a34af1bc2de58580e28 /bot/exts/utilities/wtf_python.py
parentupdate Categories (diff)
update Client constants
This also renames the Client class to Bot, to align better with Python.
Diffstat (limited to 'bot/exts/utilities/wtf_python.py')
-rw-r--r--bot/exts/utilities/wtf_python.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bot/exts/utilities/wtf_python.py b/bot/exts/utilities/wtf_python.py
index 0c0375cb..f5db7a96 100644
--- a/bot/exts/utilities/wtf_python.py
+++ b/bot/exts/utilities/wtf_python.py
@@ -21,9 +21,9 @@ Unknown WTF Python Query. Please try to reformulate your query.
**Examples**:
```md
-{constants.Client.prefix}wtf wild imports
-{constants.Client.prefix}wtf subclass
-{constants.Client.prefix}wtf del
+{constants.Bot.prefix}wtf wild imports
+{constants.Bot.prefix}wtf subclass
+{constants.Bot.prefix}wtf del
```
If the problem persists send a message in <#{constants.Channels.dev_contrib}>
"""