Together-Java / TJ-Bot

TJ-Bot is a Discord Bot used on the Together Java server. It is maintained by the community, anyone can contribute.
https://togetherjava.org
GNU General Public License v3.0
100 stars 83 forks source link

GitHub Reference feature is in wrong package #1019 #1040

Closed Jayanta-karmakar closed 4 months ago

Jayanta-karmakar commented 4 months ago

fixes #1019 The GitHub reference feature is located in the commands.github but should be in features.github instead like any other feature. so, I rebased commands.github to features.github, and made some methods public so that they can be accessible.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

christolis commented 4 months ago

Great job @Jayanta-karmakar! Only thing that's left to do now is to get the Spotless checks to pass. Was the pre-commit hook executed when creating the commit? You should use the command ./gradlew spotlessApply in order to make them pass!

Jayanta-karmakar commented 4 months ago

Okay @SquidXTV, I will Fix it

Jayanta-karmakar commented 4 months ago

I have checked everything and checked all the code and ran all the tests... it looks good to me