-
-
Notifications
You must be signed in to change notification settings - Fork 100
Adding tag used in the footer #309
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
Adding tag used in the footer #309
Conversation
…lved with adding a parameters to MethodUtils which would provide the tags into the footer for the embeds, also edited the values of 5 classes so they match the parameters for MethodUtils
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/utils/MessageUtils.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagCommand.java
Outdated
Show resolved
Hide resolved
…he EmbedBuilder instead to the classes as a replacement
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagManageCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagManageCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagManageCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/free/FreeCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/free/FreeCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/free/FreeCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/free/FreeCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagManageCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagManageCommand.java
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/free/FreeCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagManageCommand.java
Outdated
Show resolved
Hide resolved
@IslamSakrak There is a conflict with the Tag Command which is preventing the merge |
You know that GitHub notifies them for that already? No need to tell them again^^ Just review the code as it is right now (it will only slightly change with the conflict resolved anyways). |
Head branch was pushed to by a user without write access
2bc4e8a
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.
Next time please rebase and dont merge... This causes your history to fuck up and then we can only squash and not rebase it anymore.
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java
Outdated
Show resolved
Hide resolved
application/src/main/java/org/togetherjava/tjbot/commands/tags/TagsCommand.java
Outdated
Show resolved
Hide resolved
I haven't checked this branch for a while, and now when i did review i noticed I was behind on this branch on some commands so that's why the last push has commits I have already pulled, and in the same time I fixed the mistakes you guys have pointed out . 👍 |
Approval, last code change >7 days ago, Merging. |
This is a pull request on resolving the issue#275
#275
The issue was resolved with adding a parameters to MethodUtils which would provide the tags into the footer for the embeds, also edited the values of 5 classes so they match the parameters for MethodUtils