[main] found the bug! intents.default causes issues, using intents.all instead d138499 lunarflu HF Staff commited on Jul 19, 2023
[main] client = MyClient(intents=discord.Intents.default()) ------> client = MyClient(intents=discord.Intents.all()) c818f42 lunarflu HF Staff commited on Jul 19, 2023
[main] issue found when adding deepfloyd stuff to main, removing and testing c880ef4 lunarflu HF Staff commited on Jul 19, 2023
[main] await try_deepfloydif(interaction, prompt, client) 4943f5d lunarflu HF Staff commited on Jul 18, 2023
[SPLIT] TRY_FALCON + CONTINUE_FALCON MOVED SUCCESSFULLY TO SEPARATE FALCON.PY FILE fed392d lunarflu HF Staff commited on Jul 17, 2023
[app.py] added await message.remove_reaction('🔁', client.user) # test=🔁 hf=🔁 7f8d701 lunarflu HF Staff commited on Jul 17, 2023
[ /falcon -> try_falcon SEEMS TO BE WORKING, MOVE MORE OVER] 58d06de lunarflu HF Staff commited on Jul 17, 2023