Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Feb 22, 2023
2 parents aa9b077 + 7e41a5a commit 93c05ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marco/Marco.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<VersionPrefix>1.3.1</VersionPrefix>
<VersionPrefix>1.3.2</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''">
Expand Down
2 changes: 1 addition & 1 deletion Marco/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ await Host.CreateDefaultBuilder(args)
{
Token = Environment.GetEnvironmentVariable("DISCORD_TOKEN"),
LoggerFactory = new NLogLoggerFactory(),
Intents = DiscordIntents.AllUnprivileged | DiscordIntents.GuildMessages
Intents = DiscordIntents.AllUnprivileged | DiscordIntents.GuildMessages | DiscordIntents.MessageContents
}));

services.AddHostedSingleton<LoggingService>();
Expand Down

0 comments on commit 93c05ee

Please sign in to comment.