Change prefix to +

This commit is contained in:
Robert Miles 2020-02-28 13:17:11 -05:00
parent 53a326cf87
commit b192629ca6
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ def on_privmsg(event):
def register(bot):
global BOT
BOT=bot
bot.prefix="]"
bot.prefix="+"
bot.event_manager.on("privmsg",on_privmsg)