There was an error while loading. Please reload this page.
1 parent 5ee1909 commit 1b8ae6cCopy full SHA for 1b8ae6c
1 file changed
src/main/java/net/javadiscord/javabot/Bot.java
@@ -42,7 +42,7 @@
42
@SpringBootApplication
43
@ComponentScan(
44
includeFilters = @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE, classes = { SlashCommand.class, ContextCommand.class, ListenerAdapter.class, Subcommand.class }),
45
- excludeFilters = @ComponentScan.Filter(type=FilterType.ASSIGNABLE_TYPE, classes = {PresenceUpdater.class})
+ excludeFilters = @ComponentScan.Filter(type=FilterType.ASSIGNABLE_TYPE, classes = PresenceUpdater.class)
46
)
47
@EnableScheduling
48
@RequiredArgsConstructor
0 commit comments