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

Add Command.Builder#apply #409

Merged
merged 3 commits into from
Nov 26, 2022
Merged

Add Command.Builder#apply #409

merged 3 commits into from
Nov 26, 2022

Conversation

jpenilla
Copy link
Member

@jpenilla jpenilla commented Nov 25, 2022

This allows for example builder.apply(cooldown) instead of cooldown.apply(builder) or builder.meta(Cooldown.KEY, cooldown) by implementing Command.Builder.Applicable<C>

@github-actions
Copy link

github-actions bot commented Nov 25, 2022

Test Results

  51 files  ±0    51 suites  ±0   7s ⏱️ -1s
219 tests ±0  219 ✔️ ±0  0 💤 ±0  0 ±0 
220 runs  ±0  220 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 34460a9. ± Comparison against base commit 5099fbf.

♻️ This comment has been updated with latest results.

@jpenilla jpenilla merged commit a53177a into 1.8.0-dev Nov 26, 2022
@jpenilla jpenilla deleted the command-builder-apply branch November 26, 2022 00:40
jpenilla added a commit that referenced this pull request Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant