mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 22:21:51 +00:00
AddDashboardUserCmd: use resolvedUser
This commit is contained in:
parent
4ae3ef477a
commit
f3eefdc5b2
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export const AddDashboardUserCmd = botControlCmd({
|
||||||
|
|
||||||
signature: {
|
signature: {
|
||||||
guildId: ct.string(),
|
guildId: ct.string(),
|
||||||
users: ct.user({ rest: true }),
|
users: ct.resolvedUser({ rest: true }),
|
||||||
},
|
},
|
||||||
|
|
||||||
async run({ pluginData, message: msg, args }) {
|
async run({ pluginData, message: msg, args }) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue