File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/net/javadiscord/javabot Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ public static void main(String[] args) throws Exception {
168168 */
169169 private static void addEventListeners (@ NotNull JDA jda , @ NotNull DIH4JDA dih4jda ) {
170170 jda .addEventListener (
171- customTagManager ,
172171 serverLockManager ,
173172 PresenceUpdater .standardActivities (),
174173 new MessageCacheListener (),
Original file line number Diff line number Diff line change 66import net .dv8tion .jda .api .entities .Guild ;
77import net .dv8tion .jda .api .events .interaction .command .CommandAutoCompleteInteractionEvent ;
88import net .dv8tion .jda .api .events .interaction .command .SlashCommandInteractionEvent ;
9- import net .dv8tion .jda .api .hooks .ListenerAdapter ;
109import net .dv8tion .jda .api .interactions .commands .Command ;
1110import net .dv8tion .jda .api .interactions .commands .OptionMapping ;
1211import net .dv8tion .jda .api .requests .RestAction ;
2726 * basically customizable Slash Commands.
2827 */
2928@ Slf4j
30- public class CustomTagManager extends ListenerAdapter {
29+ public class CustomTagManager {
3130 private static final Map <Long , Set <CustomTag >> LOADED_TAGS ;
3231
3332 static {
You can’t perform that action at this time.
0 commit comments