Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 30, 2023
1 parent e423057 commit 2f70211
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,12 @@ private void SetupConfigs()
MessageCacheSize = 2048,
MinimumLogLevel = LogLevel,
Intents = DiscordIntents.AllUnprivileged | DiscordIntents.GuildMembers | DiscordIntents.MessageContent,
UseCanary = true,
ApiChannel = ApiChannel.Canary,
ReconnectIndefinitely = true,
LoggerFactory = new LoggerFactory().AddSerilog(Log.Logger)
LoggerFactory = new LoggerFactory().AddSerilog(Log.Logger),
EnableSentry = true,
ReportMissingFields = true,
AttachUserInfo = true
};

CommandsNextConfiguration = new()
Expand Down
12 changes: 6 additions & 6 deletions DisCatSharp.Support.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

<ItemGroup>
<PackageReference Include="AITSYS.MySql.Data" Version="8.1.0-mariadb" />
<PackageReference Include="DisCatSharp" Version="10.4.2-nightly-054" />
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.0">
<PackageReference Include="DisCatSharp" Version="10.5.0-nightly-012" />
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="10.4.2-nightly-054" />
<PackageReference Include="DisCatSharp.Common" Version="10.4.2-nightly-054" />
<PackageReference Include="DisCatSharp.CommandsNext" Version="10.4.2-nightly-054" />
<PackageReference Include="DisCatSharp.Interactivity" Version="10.4.2-nightly-054" />
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="10.5.0-nightly-012" />
<PackageReference Include="DisCatSharp.Common" Version="10.5.0-nightly-012" />
<PackageReference Include="DisCatSharp.CommandsNext" Version="10.5.0-nightly-012" />
<PackageReference Include="DisCatSharp.Interactivity" Version="10.5.0-nightly-012" />
<PackageReference Include="DisCatSharp.Phabricator" Version="3.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Serilog" Version="3.1.1" />
Expand Down

0 comments on commit 2f70211

Please sign in to comment.