Skip to content

Commit 8a5abcf

Browse files
authored
fix the code in the !grpcmd snippet column
1 parent 77624b5 commit 8a5abcf

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)