mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 17:19: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")]
|
[Command("listwarn")]
|
||||||
[DiscordDefaultDMPermission(false)]
|
[DiscordDefaultDMPermission(false)]
|
||||||
[Ephemeral]
|
[Ephemeral]
|
||||||
[Description("(Ephemeral) Get your current warns")]
|
[Description("(Ephemeral) Get current warns")]
|
||||||
[UsedImplicitly]
|
[UsedImplicitly]
|
||||||
public async Task<Result> ExecuteListWarnsAsync()
|
public async Task<Result> ExecuteListWarnsAsync()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
using Remora.Rest.Core;
|
namespace Octobot.Data;
|
||||||
|
|
||||||
namespace Octobot.Data;
|
|
||||||
|
|
||||||
public struct Warn
|
public struct Warn
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue