Update 'Akheemah/Commands/StatusCommand.cs'

This commit is contained in:
Toastie 2023-07-09 20:06:24 -07:00
parent af56af49e7
commit 4afb84e55d

View file

@ -15,7 +15,7 @@ public class StatusCommand : ApplicationCommandModule
long closedTickets = Database.GetNumberOfClosedTickets(); long closedTickets = Database.GetNumberOfClosedTickets();
DiscordEmbed botInfo = new DiscordEmbedBuilder() 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") .WithTitle("Bot information")
.WithColor(DiscordColor.Cyan) .WithColor(DiscordColor.Cyan)
.AddField("Version:", Akheemah.GetVersion()) .AddField("Version:", Akheemah.GetVersion())