diff --git a/bot.py b/bot.py index ad40c54..2358cd6 100644 --- a/bot.py +++ b/bot.py @@ -18,7 +18,7 @@ channels = [ # "#club", "###", ] -helpmessage = "hey, i'm botanybot. i water plants on ~club. my prefix is % and i was made by randomuser. check out https://ttm.sh/FoF.txt for more information." +helpmessage = "hey, i'm botanybot. i water plants on ~club. my prefix is % and i was made by randomuser. check out https://ttm.sh/Fs4.txt for more information." def userchooser(user): return random.choice([i for i in os.listdir(r"/home") if i[0] == user[0]]) diff --git a/help.txt b/help.txt index 280d9df..aac984e 100644 --- a/help.txt +++ b/help.txt @@ -29,11 +29,16 @@ commands %join #chaos joined the channel -%chowner - change the admin of the bot, for the session - - requires admin privs +%{add,del}owner + add or remove owner status from a nick (admins) - %chowner rndusx - admin changed +%amowner + determine if you are an owner + +%ping + pong! + +%eval + evaluate the result of python code (admins) see tildegit.org/randomuser/botanybot for the source