Disable more commands and vanity cleanup
This commit is contained in:
@@ -200,7 +200,7 @@ internal class DiscordBot : IHostedService
|
||||
var guild = (await _discordClient.Rest.GetGuildsAsync()).First();
|
||||
await _interactionModule.RegisterCommandsToGuildAsync(guild.Id, true).ConfigureAwait(false);
|
||||
|
||||
_ = RemoveUsersNotInVanityRole();
|
||||
//_ = RemoveUsersNotInVanityRole();
|
||||
_ = ProcessReportsQueue();
|
||||
}
|
||||
|
||||
@@ -430,4 +430,4 @@ internal class DiscordBot : IHostedService
|
||||
await Task.Delay(TimeSpan.FromSeconds(15)).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user