forked from Fascinated/Bat
sort sniped messages
This commit is contained in:
@ -18,7 +18,6 @@ import net.dv8tion.jda.api.hooks.ListenerAdapter;
|
||||
import net.dv8tion.jda.api.interactions.commands.Command;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.context.ApplicationContext;
|
||||
import org.springframework.context.annotation.DependsOn;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
@ -48,8 +47,7 @@ public class CommandService extends ListenerAdapter {
|
||||
private final UserService userService;
|
||||
|
||||
@Autowired
|
||||
public CommandService(@NonNull ApplicationContext context, @NonNull GuildService guildService, @NonNull UserService userService) {
|
||||
context.getBean(Config.class);
|
||||
public CommandService(@NonNull GuildService guildService, @NonNull UserService userService) {
|
||||
this.guildService = guildService;
|
||||
this.userService = userService;
|
||||
DiscordService.JDA.addEventListener(this);
|
||||
|
Reference in New Issue
Block a user