mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Update backend/src/plugins/Utility/commands/ColorCmd.ts
Co-authored-by: Almeida <almeidx@pm.me>
This commit is contained in:
parent
d8dc3b5bd8
commit
29da6c5354
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ export const ColorCmd = utilityCmd({
|
|||
permission: "can_color",
|
||||
|
||||
signature: {
|
||||
color: ct.string({ required: false })
|
||||
color: ct.string({ required: true })
|
||||
},
|
||||
|
||||
async run({ message, args, pluginData }) {
|
||||
|
@ -36,4 +36,4 @@ export const ColorCmd = utilityCmd({
|
|||
|
||||
message.channel.createMessage('', file);
|
||||
},
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue