Seniru_Pasan

Untitled

Jan 24th, 2021 (edited)
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. import json
  2.  
  3. input()
  4. stdin = input()[1:-1]
  5.  
  6. embed = {
  7.     "title": f"Map {stdin}",
  8.     "image": {
  9.         "url": f"https://8531-dde14238-08c6-4d4f-918b-f1876abc0434.ws-us03.gitpod.io/map/{stdin}/preview"
  10.     }
  11. }
  12.  
  13. print(json.dumps(embed))
Add Comment
Please, Sign In to add comment