From 4afb84e55d8d655a3b378a2126a4b76d3c0f7b0e Mon Sep 17 00:00:00 2001 From: Toastie Date: Sun, 9 Jul 2023 20:06:24 -0700 Subject: [PATCH] Update 'Akheemah/Commands/StatusCommand.cs' --- Akheemah/Commands/StatusCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Akheemah/Commands/StatusCommand.cs b/Akheemah/Commands/StatusCommand.cs index c61dbae..90ffc83 100644 --- a/Akheemah/Commands/StatusCommand.cs +++ b/Akheemah/Commands/StatusCommand.cs @@ -15,7 +15,7 @@ public class StatusCommand : ApplicationCommandModule long closedTickets = Database.GetNumberOfClosedTickets(); DiscordEmbed botInfo = new DiscordEmbedBuilder() - .WithAuthor("Dragon's child ctudios/Akheemah @ Taostielab", "https://toastielab.dev/Dragonschildstudios/Akheemah", "https://cdn.discordapp.com/attachments/765441543100170271/1127164720374370336/Dragons_child_studios.jpg") + .WithAuthor("Dragonschildstudios/Akheemah @ Taostielab", "https://toastielab.dev/Dragonschildstudios/Akheemah", "https://cdn.discordapp.com/attachments/765441543100170271/1127164720374370336/Dragons_child_studios.jpg") .WithTitle("Bot information") .WithColor(DiscordColor.Cyan) .AddField("Version:", Akheemah.GetVersion())