mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 09:09:00 +03:00
what
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
88448cdb49
commit
dbd14a458a
2 changed files with 2 additions and 4 deletions
|
@ -375,7 +375,7 @@ public class WarnCommandGroup : CommandGroup
|
|||
[Command("listwarn")]
|
||||
[DiscordDefaultDMPermission(false)]
|
||||
[Ephemeral]
|
||||
[Description("(Ephemeral) Get your current warns")]
|
||||
[Description("(Ephemeral) Get current warns")]
|
||||
[UsedImplicitly]
|
||||
public async Task<Result> ExecuteListWarnsAsync()
|
||||
{
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
using Remora.Rest.Core;
|
||||
|
||||
namespace Octobot.Data;
|
||||
namespace Octobot.Data;
|
||||
|
||||
public struct Warn
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue