Merge pull request 'Update 'Akheemah/Commands/StatusCommand.cs'' (#1) from Liarel_Dusklight/Akheemah:main into main
Reviewed-on: #1
This commit is contained in:
commit
910d5e5b02
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue