1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-05-31 05:08:11 +00:00
This commit is contained in:
RGBCube 2023-02-03 23:00:38 +03:00
parent c471a80718
commit f3db28d7f4

View file

@ -215,7 +215,7 @@ class Playground(
link = await self.share_code(code)
await ctx.reply(f"<{link}>")
await ctx.reply(f"<https://play.vlang.io/?query={link}>")
async def setup(bot: ReplBot) -> None: