Type-hint _cog_template

This commit is contained in:
Sengolda 2021-10-18 12:26:19 +05:30
parent 322230ec8a
commit 7541ef06eb

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}):