Type-hint _cog_template
This commit is contained in:
parent
322230ec8a
commit
7541ef06eb
@ -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}):
|
||||
|
Loading…
x
Reference in New Issue
Block a user