1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 04:56:30 +03:00

Remora.Discord part 3 out of ∞

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-05-18 10:28:25 +05:00
parent c4835a4e78
commit 67a15f3822
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
8 changed files with 322 additions and 198 deletions

View file

@ -62,7 +62,7 @@ public class Boyfriend {
services.AddTransient<IConfigurationBuilder, ConfigurationBuilder>();
services.Configure<DiscordGatewayClientOptions>(
options => options.Intents |= GatewayIntents.MessageContents);
options => options.Intents |= GatewayIntents.MessageContents | GatewayIntents.GuildMembers);
}
).ConfigureLogging(
c => c.AddConsole()