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/admin.py | |
| parent | d60f3ce4d1996f207e2c693ae1102e6a5ddad701 (diff) | |
fix: bunch of vibed edits to fix vibed edits
Diffstat (limited to 'jeeves/admin.py')
| -rw-r--r-- | jeeves/admin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jeeves/admin.py b/jeeves/admin.py index 8738025..d210701 100644 --- a/jeeves/admin.py +++ b/jeeves/admin.py @@ -98,7 +98,7 @@ def cmd_follow(bot, trigger): bot.notice("follow off", trigger.nick) else: state = "on" if bot.memory.get("jv_follow_enabled") else "off" - bot.notice(f"follow is {state} — usage: !follow <on|off>", trigger.nick) + bot.notice(f"follow is {state}. usage: !follow <on|off>", trigger.nick) @plugin.command("unfollow") |
