-
-
Notifications
You must be signed in to change notification settings - Fork 194
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: Remind Command #1708
Feature: Remind Command #1708
Conversation
# Conflicts: # src/main/java/at/hannibal2/skyhanni/config/Storage.java # src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
Im going to pull out the text class into its own PR as I think its a little out of scope to keep it in here and I want to depend on it in other PRs, so while I do that ill make this as a draft |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt # src/main/java/at/hannibal2/skyhanni/utils/chat/Text.kt
Now updated to depend on the text api PR |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
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/config/commands/Commands.kt # src/main/java/at/hannibal2/skyhanni/utils/ChatUtils.kt # src/main/java/at/hannibal2/skyhanni/utils/chat/ChatClickActionManager.kt # src/main/java/at/hannibal2/skyhanni/utils/chat/Text.kt
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
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/config/features/misc/MiscConfig.java
Conflicts have been 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.
src/main/java/at/hannibal2/skyhanni/features/misc/reminders/ReminderManager.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/reminders/ReminderManager.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/misc/reminders/ReminderManager.kt
Show resolved
Hide resolved
…es are provided for the shremind command
src/main/java/at/hannibal2/skyhanni/features/misc/reminders/ReminderManager.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Zickles <zicklesistaken@gmail.com> Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Dependencies
What
A continuation of #1129, finishing it. This adds the remind command along with some component utilities.
Images
Changelog New Features
/shremind <time> <note>
to set reminders for your future self.