Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingMilkshake authored Jul 25, 2024
1 parent fbb3b0c commit 39176ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ internal static async Task Main()
{
Token = ConfigJson.Base.BotToken,
TokenType = TokenType.Bot,
Intents = DiscordIntents.AllUnprivileged | DiscordIntents.GuildMessages | DiscordIntents.GuildMembers
Intents = DiscordIntents.AllUnprivileged | DiscordIntents.GuildMessages | DiscordIntents.GuildMembers | DiscordIntents.All
| DiscordIntents.MessageContents,
LogUnknownEvents = false,
#if DEBUG
Expand Down

0 comments on commit 39176ac

Please sign in to comment.