3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +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 b88211efdf
commit fb2c5abb02

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({