diff options
| author | Ahmed <git@gumx.cc> | 2026-06-20 00:08:40 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-20 00:08:40 +0300 |
| commit | 815b742006732b1ccdb665ba5c076fbb7b1e79c6 (patch) | |
| tree | 24db2809ae8c3290211ef2876c9c8e509f72b2e5 /jeeves/art.py | |
| parent | d60f3ce4d1996f207e2c693ae1102e6a5ddad701 (diff) | |
fix: bunch of vibed edits to fix vibed edits
Diffstat (limited to 'jeeves/art.py')
| -rw-r--r-- | jeeves/art.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jeeves/art.py b/jeeves/art.py index 274bac5..dbbb444 100644 --- a/jeeves/art.py +++ b/jeeves/art.py @@ -151,7 +151,7 @@ def _img_to_irc(url, height): @plugin.require_chanmsg def cmd_draw(bot, trigger): if not _PILLOW: - bot.notice("!draw requires Pillow (pip install Pillow) — not installed", trigger.nick) + bot.notice("!draw requires Pillow (pip install Pillow), not installed", trigger.nick) return args = (trigger.group(2) or "").split(None, 1) |
