diff options
-rw-r--r-- | config.py | 4 |
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, |