mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-15 14:15:03 +00:00
Various fixes
This commit is contained in:
parent
2c0e4b37ca
commit
cafcc2839e
15 changed files with 45 additions and 68 deletions
|
@ -32,7 +32,7 @@ export const CasesModMsgCmd = modActionsMsgCmd({
|
|||
msg,
|
||||
args.mod,
|
||||
null,
|
||||
msg.author,
|
||||
msg.member,
|
||||
args.notes,
|
||||
args.warns,
|
||||
args.mutes,
|
||||
|
|
|
@ -33,7 +33,7 @@ export const CasesSlashCmd = {
|
|||
interaction,
|
||||
options.mod,
|
||||
options.user,
|
||||
interaction.user,
|
||||
interaction.member,
|
||||
options.notes,
|
||||
options.warns,
|
||||
options.mutes,
|
||||
|
|
|
@ -45,7 +45,7 @@ export const CasesUserMsgCmd = modActionsMsgCmd({
|
|||
msg,
|
||||
args.mod,
|
||||
user,
|
||||
msg.author,
|
||||
msg.member,
|
||||
args.notes,
|
||||
args.warns,
|
||||
args.mutes,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue