introduced *all* intents abstracto requires in order to function...., because with the new version the guild members intent was not used, and various features were not functioning

added initial message also to be send
This commit is contained in:
Sheldan
2020-05-20 00:31:43 +02:00
parent 5b7d224fd9
commit 1e667686d3
6 changed files with 24 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ public class WarnDecayJob extends QuartzJobBean {
@Override
@Transactional
protected void executeInternal(JobExecutionContext context) throws JobExecutionException {
public void executeInternal(JobExecutionContext context) throws JobExecutionException {
List<AServer> allServers = serverManagementService.getAllServers();
allServers.forEach(server -> {
boolean featureEnabled = featureFlagService.isFeatureEnabled(warningDecayFeature, server);