Skip to content

Commit 0d5c9c5

Browse files
committed
fix: Execute
1 parent 4bc3d83 commit 0d5c9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const errorMessage = (error: Error | string) =>
174174
const execute: Command = {
175175
name: 'execute',
176176
description: 'Wykonuje kod JS/TS',
177-
args: 'prohibited',
177+
args: 'required',
178178
cooldown: COOLDOWN,
179179
async execute(msg: Message) {
180180
try {

0 commit comments

Comments
 (0)