about summary refs log tree commit diff
path: root/tooter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tooter.py')
-rw-r--r--tooter.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tooter.py b/tooter.py
index 9c16e71..f2dba55 100644
--- a/tooter.py
+++ b/tooter.py
@@ -36,6 +36,10 @@ def think(self, line):
                 res = account.toot(f"{status}\n~{author}")
                 if res:
                     return "tooted! {}".format(res["url"])
+                else:
+                    return "tooted failed :("
+            else:
+                return "no account :("
         else:
             return HELP_TEXT