Fix !cases -mod giving an error about unknown member
This commit is contained in:
parent
7ecadc1aa0
commit
f93a7014a9
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue