Type-Hint some files that were not type-hinted #101

Open
Sengolda wants to merge 16 commits from unknown repository into 2.0
Showing only changes of commit 7541ef06eb - Show all commits

View File

@@ -112,7 +112,7 @@ var/
config.py
"""
_cog_template = '''from discord.ext import commands
_cog_template: str = '''from discord.ext import commands
import discord
class {name}(commands.Cog{attrs}):