-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Feature: Allow party members to request allinvite to be enabled #1464
Conversation
src/main/java/at/hannibal2/skyhanni/config/features/misc/PartyCommandsConfig.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should also store if the party is currently enabled, otherwise this can have unintended behavior if sending !allinvite twice or two people sending it at the same time.
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/commands/PartyChatCommands.kt
Conflicts have been resolved! 🎉 |
What
Allow party members to request allinvite to be enabled by doing !allinvite in party chat. Also added delay between doing some commands
Changelog New Features