3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

AddDashboardUserCmd: use resolvedUser

This commit is contained in:
Dragory 2020-10-10 19:27:28 +03:00
parent 4ae3ef477a
commit f3eefdc5b2
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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 }) {