mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-19 01:44:52 +00:00
Merge pull request #13 from Fluffy-Bean/deepsource-autofix-4c5a2b0f
remove unnecessary f-string
This commit is contained in:
commit
cc87c3e0ba
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ class E621(commands.Cog):
|
||||||
|
|
||||||
@commands.command()
|
@commands.command()
|
||||||
async def e621(self, ctx):
|
async def e621(self, ctx):
|
||||||
await ctx.reply(f":3")
|
await ctx.reply(":3")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue