Skip to content

Commit d28e8eb

Browse files
authored
Merge pull request #2 from quakecodes/main
2 parents 1331a96 + 83c0d1a commit d28e8eb

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
@@ -78,7 +78,7 @@
7878
"from discord.ext import commands",
7979
"",
8080
"",
81-
"class ${1:CogName}(commands.Cog):",
81+
"class ${1:${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/}}(commands.Cog):",
8282
" def __init__(self, bot):",
8383
" self.bot = bot",
8484
"",

0 commit comments

Comments
 (0)