diff --git a/guild2.py b/guild2.py index 9e4ea7b..ac03519 100644 --- a/guild2.py +++ b/guild2.py @@ -36,15 +36,13 @@ client = guilded.Client() #C.AI caitoken = os.environ["CAItoken"] caibot= os.environ["CAImodel"] -while True: - try: - cai = pycai.Client(caitoken) - me = cai.get_me() - chat = cai.connect() - chats = [] - break - except: - print(traceback.format_exc()) +try: + cai = pycai.Client(caitoken) + me = cai.get_me() + chat = cai.connect() + chats = [] +except: + print(traceback.format_exc()) # Help document documentation = """$help - Shows this message. $ping - Test if bot is online.