From 818d4afdb00d24d3d1f6f206ec2bc3c072c3a9db Mon Sep 17 00:00:00 2001 From: randomuser Date: Wed, 23 Jun 2021 04:37:40 +0000 Subject: [PATCH] the great documentation update RETURNS --- bot.py | 2 +- help.txt | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) 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