From efaa24393a3e7c999f6706d88a9cba74bfa62980 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 23 Jan 2026 19:09:20 +0100 Subject: refactor(commands): deploy when flag is given --- commands/reset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/reset.go') diff --git a/commands/reset.go b/commands/reset.go index d1e04ea..85f8f0d 100644 --- a/commands/reset.go +++ b/commands/reset.go @@ -29,7 +29,7 @@ func ResetUser(ctx context.Context, dg bot.Session, i *interaction.ApplicationCo } }() opts := i.OptionMap() - v, ok := opts["user"] + v, ok := opts["copaing"] if !ok { resp.Message("Le copaing n'a pas été renseigné.") return -- cgit v1.2.3