From aefe977193aa5ad3894dbe0a41a459d90143d67a Mon Sep 17 00:00:00 2001 From: Emotion Date: Mon, 10 Jul 2023 15:48:29 +1200 Subject: [PATCH] Small update --- SupportChild/Commands/StatusCommand.cs | 2 +- .../{UnassignComand.cs => UnassignCommand.cs} | 0 SupportChild/SupportChild.cs | 1 - SupportChild/SupportChild.csproj | 18 +++++++++--------- 4 files changed, 10 insertions(+), 11 deletions(-) rename SupportChild/Commands/{UnassignComand.cs => UnassignCommand.cs} (100%) diff --git a/SupportChild/Commands/StatusCommand.cs b/SupportChild/Commands/StatusCommand.cs index 1e1adce..bfbbf78 100644 --- a/SupportChild/Commands/StatusCommand.cs +++ b/SupportChild/Commands/StatusCommand.cs @@ -15,7 +15,7 @@ public class StatusCommand : ApplicationCommandModule long closedTickets = Database.GetNumberOfClosedTickets(); 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") .WithColor(DiscordColor.Cyan) .AddField("Version:", SupportChild.GetVersion()) diff --git a/SupportChild/Commands/UnassignComand.cs b/SupportChild/Commands/UnassignCommand.cs similarity index 100% rename from SupportChild/Commands/UnassignComand.cs rename to SupportChild/Commands/UnassignCommand.cs diff --git a/SupportChild/SupportChild.cs b/SupportChild/SupportChild.cs index 4af79a3..7582120 100644 --- a/SupportChild/SupportChild.cs +++ b/SupportChild/SupportChild.cs @@ -103,7 +103,6 @@ internal static class SupportChild discordClient.UseInteractivity(new InteractivityConfiguration { - AckPaginationButtons = true, PaginationBehaviour = PaginationBehaviour.Ignore, PaginationDeletion = PaginationDeletion.DeleteMessage, Timeout = TimeSpan.FromMinutes(15) diff --git a/SupportChild/SupportChild.csproj b/SupportChild/SupportChild.csproj index e8c7a63..fcbb1f7 100644 --- a/SupportChild/SupportChild.csproj +++ b/SupportChild/SupportChild.csproj @@ -27,19 +27,19 @@ - - - - + + + + - - - + + + - - + +