Make some messages ephemeral

This commit is contained in:
Toastie 2024-12-27 18:15:54 +13:00
parent 8e7a21c81a
commit c6c7379f20
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ public class AddStaffCommand
{ {
Color = DiscordColor.Green, Color = DiscordColor.Green,
Description = staffMember.Mention + " was added to staff." Description = staffMember.Mention + " was added to staff."
}); }, true);
try try
{ {

View file

@ -159,7 +159,7 @@ public class AdminCommands
{ {
Color = DiscordColor.Green, Color = DiscordColor.Green,
Description = "Reloading bot application..." Description = "Reloading bot application..."
}); }, true);
try try
{ {