Skip to content

Commit 21d0473

Browse files
authored
Merge pull request #8 from Ditttt/main
2 parents 77624b5 + 8a5abcf commit 21d0473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/snippets.code-snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"discord.py Group Template": {
100100
"prefix": "!grp",
101101
"body": [
102-
"@${1|bot,client,commands|}.group(invoke_without_${3|subcommands,commands|}=${4|True,False|}, name=\"${5:groupcommand_name}\" ${6:, aliases=[\"$7\"]})",
102+
"@${1|bot,client,commands|}.group(invoke_without_${3|subcommand,command|}=${4|True,False|}, name=\"${5:groupcommand_name}\" ${6:, aliases=[\"$7\"]})",
103103
"async def ${2:group_name}(self, ctx$14):",
104104
" await ctx.send(\"$0\")",
105105
"",

0 commit comments

Comments
 (0)