Skip to content

Commit e1f4020

Browse files
committed
Allow subcommand group parameters to be positional
1 parent 3d09121 commit e1f4020

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

library/wumpy-interactions/wumpy/interactions/commands/_registrar.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626

2727
def group(
28-
*,
2928
name: str,
3029
description: str
3130
) -> SubcommandGroup:
@@ -246,7 +245,6 @@ def remove_command(self, command: 'CommandUnion[..., object]') -> None:
246245

247246
def group(
248247
self,
249-
*,
250248
name: str,
251249
description: str
252250
) -> SubcommandGroup:

library/wumpy-interactions/wumpy/interactions/commands/_slash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ def remove_command(
308308

309309
def group(
310310
self,
311-
*,
312311
name: str,
313312
description: str,
314313
) -> 'SubcommandGroup':

0 commit comments

Comments
 (0)