mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
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";
|
import { getGuildPrefix } from "../../../utils/getGuildPrefix";
|
||||||
|
|
||||||
const opts = {
|
const opts = {
|
||||||
mod: ct.member({ option: true }),
|
mod: ct.resolvedMember({ option: true }),
|
||||||
};
|
};
|
||||||
|
|
||||||
export const CasesModCmd = modActionsCmd({
|
export const CasesModCmd = modActionsCmd({
|
||||||
|
|
Loading…
Add table
Reference in a new issue