Merge pull request #13 from Fluffy-Bean/deepsource-autofix-4c5a2b0f

remove unnecessary f-string
This commit is contained in:
Michał Gdula 2023-09-10 15:12:37 +01:00 committed by GitHub
commit cc87c3e0ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,4 @@ class E621(commands.Cog):
@commands.command()
async def e621(self, ctx):
await ctx.reply(f":3")
await ctx.reply(":3")