From b4e833404c95d60cbbee2e698fda08cc0a4a560b Mon Sep 17 00:00:00 2001 From: Emotion Date: Mon, 26 Dec 2022 00:21:51 +1300 Subject: [PATCH] Quick hotfix --- SupportChild/Commands/StatusCommand.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SupportChild/Commands/StatusCommand.cs b/SupportChild/Commands/StatusCommand.cs index c7ee61f..1e1adce 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("KarlofDuty/supportchild @ GitHub", "https://github.com/EmotionChild/SupportChild", "https://cdn.discordapp.com/attachments/765441543100170271/914327948667011132/Ellie_Concept_2_transparent_ver.png") + .WithAuthor("EmotionChild/supportchild @ GitHub", "https://github.com/EmotionChild/SupportChild", "https://cdn.discordapp.com/attachments/765441543100170271/914327948667011132/Ellie_Concept_2_transparent_ver.png") .WithTitle("Bot information") .WithColor(DiscordColor.Cyan) .AddField("Version:", SupportChild.GetVersion()) @@ -23,4 +23,4 @@ public class StatusCommand : ApplicationCommandModule .AddField("Closed tickets:", closedTickets + " ", true); await command.CreateResponseAsync(botInfo); } -} \ No newline at end of file +}