Advertisement
POQDavid

legendarycapture.json

Mar 26th, 2023
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.03 KB | None | 0 0
  1. {
  2.     "url": "https://discord.com/api/webhooks/<>/<>",
  3.     "username": "Pixelmon Notification",
  4.     "avatar_url": "https://cdn.discordapp.com/avatars/1060940921774030871/50a55010cb1b10301ac963ad480df231.png",
  5.     "tts": false,
  6.     "icon_url": "https://cdn.discordapp.com/avatars/1060940921774030871/50a55010cb1b10301ac963ad480df231.png",
  7.     "embeds": [
  8.       {
  9.         "title": "%species%",
  10.         "color": 16763904,
  11.         "fields": [
  12.           {
  13.             "name": "Nearest Player",
  14.             "value": "%nearest_name%"
  15.           }
  16.         ],
  17.         "author": {
  18.           "name": "Legendary Captured",
  19.           "icon_url": "https://pixelmonmod.com/w/images/logo/Fullcolor-50x50.png"
  20.         },
  21.         "footer": {
  22.           "text": "Legendary Captured",
  23.           "icon_url": "https://cdn.discordapp.com/avatars/1060940921774030871/50a55010cb1b10301ac963ad480df231.png"
  24.         },
  25.         "thumbnail": {
  26.           "url": "https://play.pokemonshowdown.com/sprites/ani/%species_lower%.gif"
  27.         }
  28.       }
  29.     ]
  30.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement