Update 'Akheemah/Commands/StatusCommand.cs'

This commit is contained in:
Liarel 2023-07-14 05:18:06 -07:00
parent 4afb84e55d
commit 378e9806c7

View file

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