fix(nerdify): pylint fix
Some checks failed
Build Documentation and Lint Code / build and lint (push) Failing after 22s
Some checks failed
Build Documentation and Lint Code / build and lint (push) Failing after 22s
This commit is contained in:
parent
2fc43a7933
commit
078ce53dc9
1 changed files with 4 additions and 3 deletions
|
@ -16,11 +16,12 @@ from redbot.core.utils import chat_formatting, common_filters
|
|||
|
||||
class Nerdify(commands.Cog):
|
||||
"""Nerdify your text."""
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
__author__ = "SeaswimmerTheFsh"
|
||||
__version__ = "1.3.0"
|
||||
__version__ = "1.3.1"
|
||||
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
@commands.command(aliases=["nerd"])
|
||||
async def nerdify(self, ctx: commands.Context, *, text: Optional[str] = None) -> None:
|
||||
|
|
Loading…
Reference in a new issue