This repository was archived by the owner on Feb 7, 2026. It is now read-only.
Migrate old currency system to CurrencyAPI#288
Merged
Conversation
Linux subsystems automatically complete paths to its parent directory.
These were needed in the economy cog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CurrencyAPI
CurrencyAPI is a framework module which makes interacting with the currency system easier for developers and makes code easier to write and understand.
Instead of using raw code and multiple statements to interact with the currency database, these functions have been simplified into single methods which makes transactions fast and easy.
It also provides additional functionality like currency tracking and logging to prevent scamming and makes new features like user bank account statements possible.
Also, CurrencyAPI makes it possible for other applications and systems outside isobot to interface with the currency system, making things like 3rd-party transactions and sales possible using isobot's currency. (coming soon)
CurrencyAPI is currently in functionality and more features will be rolled out soon for all users to use.