From 378e9806c7f8a605342e47cd807f78782f54afb8 Mon Sep 17 00:00:00 2001 From: Liarel Date: Fri, 14 Jul 2023 05:18:06 -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 90ffc83..def5526 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("Dragonschildstudios/Akheemah @ Taostielab", "https://toastielab.dev/Dragonschildstudios/Akheemah", "https://cdn.discordapp.com/attachments/765441543100170271/1127164720374370336/Dragons_child_studios.jpg") + .WithAuthor("Dragonschildstudios/Akheemah @ Toastielab", "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())