mirror of
https://github.com/myned/modufur.git
synced 2024-11-01 21:02:38 +00:00
Removed redundant "?id="
This commit is contained in:
parent
06d5d562de
commit
21fc7d40fb
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class MsG:
|
|||
else:
|
||||
raise exc.NotFound
|
||||
|
||||
await ctx.send(f'**{tempool["name"]}**\nhttps://e621.net/pool/show?id={tempool["id"]}')
|
||||
await ctx.send(f'**{tempool["name"]}**\nhttps://e621.net/pool/show/{tempool["id"]}')
|
||||
await ctx.message.add_reaction('\N{WHITE HEAVY CHECK MARK}')
|
||||
|
||||
except exc.Abort:
|
||||
|
|
Loading…
Reference in a new issue