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

Fix !cases -mod giving an error about unknown member

This commit is contained in:
Dragory 2020-12-15 14:47:17 +02:00
parent 7ecadc1aa0
commit f93a7014a9
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -10,7 +10,7 @@ import { getDefaultPrefix } from "knub/dist/commands/commandUtils";
import { getGuildPrefix } from "../../../utils/getGuildPrefix";
const opts = {
mod: ct.member({ option: true }),
mod: ct.resolvedMember({ option: true }),
};
export const CasesModCmd = modActionsCmd({