forked from Fascinated/Bat
big ass refactor to handle loading guilds and users without spring to make it more futureproof
This commit is contained in:
src/main/java/cc/fascinated/bat
common
features
afk
autorole
base
commands
botadmin/premium
server
profile
birthday
BirthdayFeature.javaUserBirthday.java
command
ChannelSubCommand.javaMessageSubCommand.javaPrivateSubCommand.javaRemoveSubCommand.javaSetSubCommand.javaViewSubCommand.java
profile
namehistory
scoresaber
spotify
migrations/changelogs
model
premium
repository
service
@ -27,7 +27,7 @@ import java.util.*;
|
||||
* @author Fascinated (fascinated7)
|
||||
*/
|
||||
@Service
|
||||
@Log4j2
|
||||
@Log4j2(topic = "Command Service")
|
||||
@Getter
|
||||
@DependsOn("discordService")
|
||||
public class CommandService extends ListenerAdapter {
|
||||
|
Reference in New Issue
Block a user