mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 01:13:18 +00:00
* Bot code improvement part 3 - Removes bot core. (#63321) This deletes bot_core entirely, instead the access required is on the bot itself My previous refactor broke bot access cover requirements, and that bug is what inspired me to make this refactor. This is a stupid thing to have on the bot, I have no idea why it is a thing, and has only ever confused me since the very start. I find this functions better, and makes the code more easy to understand. Closes #63259 * Bot code improvement part 3 - Removes bot core. Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>