From f3eefdc5b23450bf521dde0beff8b9bb71f7c813 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 10 Oct 2020 19:27:28 +0300 Subject: [PATCH] AddDashboardUserCmd: use resolvedUser --- backend/src/plugins/BotControl/commands/AddDashboardUserCmd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/BotControl/commands/AddDashboardUserCmd.ts b/backend/src/plugins/BotControl/commands/AddDashboardUserCmd.ts index 741e07f0..5bda2423 100644 --- a/backend/src/plugins/BotControl/commands/AddDashboardUserCmd.ts +++ b/backend/src/plugins/BotControl/commands/AddDashboardUserCmd.ts @@ -12,7 +12,7 @@ export const AddDashboardUserCmd = botControlCmd({ signature: { guildId: ct.string(), - users: ct.user({ rest: true }), + users: ct.resolvedUser({ rest: true }), }, async run({ pluginData, message: msg, args }) {