Robirb Bot v2.4
- chris22426
- Feb 26
- 1 min read
This update is a whole load of backend stuff, and not much else.
New Commands
None, actually.
As above, this update is almost purely backend.
Don't frett though, as we are working on new commands!
/poker
/shoplift
Bet you can't guess what these do.
Old Command Changes
Obviously, all of them in some way or another. But why? Check "Backend Changes"!
More importantly:
/raffle
This has been completely disabled for the time being, until I can properly work out how it works and fully impliment it into the new systems. (When this was written, not even god knew how it worked)
/gift
Again, this has been completely disabled for the same reasoning.
Probably things I've missed
This was a big update, alright?
Backend Changes
Updated from using MongoDB to PostgreSQL.
The big kahuna. Not strictly a necessary upgrade, but it allows for much more strict control over the database, and a greater potential of expanding into different services in the future (most importantly, linking it with the website in some way)
All database functions (read, write, etc) are now shared global functions with less inputs, rather than calling the module in each individual command (much more likely to do things wrong this way. Found some belters when rewriting everything)
Removed some very unnecessary database call commands, which will likely grant a significant improvement on the bots performance.
Can you tell this was a database update?


Comments