Small update

This commit is contained in:
Emotion 2023-07-10 15:48:29 +12:00
parent bc383e3456
commit aefe977193
No known key found for this signature in database
GPG key ID: D7D3E4C27A98C37B
4 changed files with 10 additions and 11 deletions

View file

@ -15,7 +15,7 @@ public class StatusCommand : ApplicationCommandModule
long closedTickets = Database.GetNumberOfClosedTickets(); long closedTickets = Database.GetNumberOfClosedTickets();
DiscordEmbed botInfo = new DiscordEmbedBuilder() DiscordEmbed botInfo = new DiscordEmbedBuilder()
.WithAuthor("EmotionChild/supportchild @ GitHub", "https://github.com/EmotionChild/SupportChild", "https://cdn.discordapp.com/attachments/765441543100170271/914327948667011132/Ellie_Concept_2_transparent_ver.png") .WithAuthor("Emotion-stuff/supportchild @ Toastielab", "https://toastielab.dev/Emotions-stuff/SupportChild", "https://cdn.discordapp.com/attachments/765441543100170271/914327948667011132/Ellie_Concept_2_transparent_ver.png")
.WithTitle("Bot information") .WithTitle("Bot information")
.WithColor(DiscordColor.Cyan) .WithColor(DiscordColor.Cyan)
.AddField("Version:", SupportChild.GetVersion()) .AddField("Version:", SupportChild.GetVersion())

View file

@ -103,7 +103,6 @@ internal static class SupportChild
discordClient.UseInteractivity(new InteractivityConfiguration discordClient.UseInteractivity(new InteractivityConfiguration
{ {
AckPaginationButtons = true,
PaginationBehaviour = PaginationBehaviour.Ignore, PaginationBehaviour = PaginationBehaviour.Ignore,
PaginationDeletion = PaginationDeletion.DeleteMessage, PaginationDeletion = PaginationDeletion.DeleteMessage,
Timeout = TimeSpan.FromMinutes(15) Timeout = TimeSpan.FromMinutes(15)

View file

@ -27,19 +27,19 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="DSharpPlus" Version="4.4.0-nightly-01249" /> <PackageReference Include="DSharpPlus" Version="4.4.1" />
<PackageReference Include="DSharpPlus.Interactivity" Version="4.4.0-nightly-01249" /> <PackageReference Include="DSharpPlus.Interactivity" Version="4.4.1" />
<PackageReference Include="DSharpPlus.SlashCommands" Version="4.4.0-nightly-01249" /> <PackageReference Include="DSharpPlus.SlashCommands" Version="4.4.1" />
<PackageReference Include="Gress" Version="2.0.1" /> <PackageReference Include="Gress" Version="2.1.1" />
<PackageReference Include="JsonExtensions" Version="1.2.0" /> <PackageReference Include="JsonExtensions" Version="1.2.0" />
<PackageReference Include="MiniRazor.CodeGen" Version="2.2.2" /> <PackageReference Include="MiniRazor.CodeGen" Version="2.2.1" />
<PackageReference Include="MySqlConnector" Version="2.2.5" /> <PackageReference Include="MySqlConnector" Version="2.2.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Polly" Version="7.2.3" /> <PackageReference Include="Polly" Version="7.2.3" />
<PackageReference Include="Superpower" Version="3.0.0" /> <PackageReference Include="Superpower" Version="3.0.0" />
<PackageReference Include="Tyrrrz.Extensions" Version="1.6.5" /> <PackageReference Include="Tyrrrz.Extensions" Version="1.6.5" />
<PackageReference Include="WebMarkupMin.Core" Version="2.13.0" /> <PackageReference Include="WebMarkupMin.Core" Version="2.14.0" />
<PackageReference Include="YamlDotNet" Version="12.0.0" /> <PackageReference Include="YamlDotNet" Version="13.1.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>