Skip to content

Commit f03e5b7

Browse files
review comments
1 parent 1401734 commit f03e5b7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/commandDetails/games/connectFour.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ export const connectFourCommandDetails: CodeyCommandDetails = {
5050
messageWhenExecutingCommand: 'Setting up your Connect 4 game...',
5151
executeCommand: connectFourExecuteCommand,
5252
afterMessageReply: connectFourAfterMessageReply,
53-
options: [
54-
{
55-
name: 'challenger',
56-
description: 'Challenge someone to a game of Connect 4.',
57-
type: CodeyCommandOptionType.USER,
58-
required: false,
59-
},
60-
],
53+
options: [],
6154
subcommandDetails: {},
6255
};

0 commit comments

Comments
 (0)