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())