Make some messages ephemeral
This commit is contained in:
parent
8e7a21c81a
commit
c6c7379f20
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ public class AddStaffCommand
|
|||
{
|
||||
Color = DiscordColor.Green,
|
||||
Description = staffMember.Mention + " was added to staff."
|
||||
});
|
||||
}, true);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
|
@ -159,7 +159,7 @@ public class AdminCommands
|
|||
{
|
||||
Color = DiscordColor.Green,
|
||||
Description = "Reloading bot application..."
|
||||
});
|
||||
}, true);
|
||||
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue