Aleksa
Aleksa
Version 1.3 still works for atmosphère on system versions 10 and higher. Well, it doesn't crash; I haven't been able to make the animal crossing or pokémon sysbot interfaces detect...
I totally forgot about this thread, nice to see it still being looked at. Kris recently updated compatibility for in the moves/ability list for STABmons and such, so that's quite...
Nixeld, thank you! I missed the .lower() at first and was confused at it still failing to match the kakeras to my list of desired reacts. It being case sensitive...
 The kakera code still works almost always, but occasionally it randomly fails to click a button. I added two debug lines to try identifying the issue, but all looks...
Great; where can I find that? Doesn't seem to be in this repo, unless it's buried in the main mudaeautobot.py somewhere. I see two example text files with guild and...
@vivinano What should be the filename for the guild information? exguilds.txt appears to contain examples.
Thanks; I filled out some info into a guilds.txt based on the example earlier with no dice. Tried changing it to uppercase but there's no effect. I also tried adding...
Thank you! In addition to what you stated above, I also had to replace all single quotes in user.txt with double quotes and remove terminal commas in the guilds json....
Thanks for the tips on filtering more of those user sessions—do you have any advice as to why it's freezing during regular use now? The bot soft locks at `bot.gateway.run(auto_reconnect=True)`...