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 +}