-
-
Notifications
You must be signed in to change notification settings - Fork 101
Migrated Role Reactions #284
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
Migrated Role Reactions #284
Conversation
I like it, I think this helps keep things looking clean. Implemented in 9312729. |
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.
Regardless of my comments, you did a good job 👍
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
ea71c0e
to
84715e1
Compare
@JJeeff248 Your still on it? Or should someone else take over? :) |
c1d1c80
to
ceb516e
Compare
I'm still on it, just been a busy week :) |
ceb516e
to
3050425
Compare
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.
Not a full review, but noticed it so
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/basic/RoleSelectCommand.java
Outdated
Show resolved
Hide resolved
The bot now sends a message with the menu and embed to the channel instead of replying to the even
Co-authored-by: Tais993 <[email protected]>
Code clean up using suggestions from Tais993
Code clean up using suggestions from Tais993
Removed Objects#requiresNotNull as not needed.
This time really set log4j on 2.16+
* marks issues and PRs after 30 days of inactivity * then closes after 5 additional days of inactivity
The bot now sends a message with the menu and embed to the channel instead of replying to the even
Co-authored-by: Tais993 <[email protected]>
Code clean up using suggestions from Tais993
Code clean up using suggestions from Tais993
Removed Objects#requiresNotNull as not needed.
Shortened some lines by simplifying the code. Also added some checks to see if a role has been removed from the server.
Co-authored-by: Tais993 <[email protected]>
This pull request is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
@JJeeff248 do you've time this week or possibly next week to finish this PR, otherwise I (or maybe someone else) could finish it |
Sorry I've been inactive. I wont have much free time to finish off this command for awhile unfortunately. I am happy for someone else to take over and finish it up :) |
Will take over ^^ |
This PR adds the
/role-select
command which allows Moderators to send a message where users can select their own roles much like we currently have in the demand_a_role channel on the server.This addresses #217 and also implements the suggestion of using selection menus.
So far there are two sub-commands,
all
andchoose
.all
will list all the available roles for users to select fromchoose
lets the mod select the roles to displayBoth sub-commands allow for a title and description which get sent in an embedded message above the selection menu.
Things I'm wanting to improve/add: