We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1331a96 + 83c0d1a commit d28e8ebCopy full SHA for d28e8eb
snippets/snippets.code-snippets
@@ -78,7 +78,7 @@
78
"from discord.ext import commands",
79
"",
80
81
- "class ${1:CogName}(commands.Cog):",
+ "class ${1:${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/}}(commands.Cog):",
82
" def __init__(self, bot):",
83
" self.bot = bot",
84
0 commit comments