summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawky Languish2024-11-27 23:45:17 +0000
committerPawky Languish2024-11-27 23:45:36 +0000
commit1c083501b82eba4e927988bc84547ba76bb6f513 (patch)
tree8ffa36ec0ca68fe41f57a9348baa047995225df1
parent02696d69134a2345e17f8182c57837d42bffedb6 (diff)
a
-rw-r--r--config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.py b/config.py
index 28902ee..51d4364 100644
--- a/config.py
+++ b/config.py
@@ -11,7 +11,7 @@ else:
class config(config):
class self:
- nick = "pawbot"
+ nick = "evil_sotdboat"
username = "pawky_bot"
# you should probably indicate yourself to be the owner of the bot, in username, or realname, or both
realname = "pawky's song-of-the-day bot, use ~help"
@@ -44,7 +44,7 @@ class config(config):
class cmd:
# right now, single-character prefixes only (plus bot's own nick)
- prefixes = ["!"]
+ prefixes = ["~"]
# disabled commands, won't run via normal means...probably
disabled = []
# admin-only override,