Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bank][Economy] Payday/Bank dispatch events #6339

Open
wants to merge 22 commits into
base: V3/develop
Choose a base branch
from

Conversation

vertyco
Copy link
Contributor

@vertyco vertyco commented Mar 31, 2024

Add an event dispatch for successful payday claims

red_economy_payday_claim
red_bank_set_global
red_bank_set_balance
red_bank_transfer_credits
red_bank_wipe
red_bank_prune

Included elements of Yami's PR from #5325 that was created to resolve #5141

@github-actions github-actions bot added Category: Core - API - Bank This is related to the core Bank API. Category: Cogs - Economy This is related to the Economy cog. Category: Docs - For Developers This is related to developer (cog creator) documentation. labels Mar 31, 2024
@github-actions github-actions bot added the Category: Core - Bot Class This is related to the `redbot.core.bot.Red` class. label Apr 1, 2024
@vertyco vertyco changed the title Payday dispatch Payday/Bank dispatch events Apr 1, 2024
@vertyco vertyco changed the title Payday/Bank dispatch events [Bank][Economy] Payday/Bank dispatch events Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Cogs - Economy This is related to the Economy cog. Category: Core - API - Bank This is related to the core Bank API. Category: Core - Bot Class This is related to the `redbot.core.bot.Red` class. Category: Docs - For Developers This is related to developer (cog creator) documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bank] Add event dispatch on account events
1 participant