Creating a Shop
Understanding Pricing
Making your Shop
{
"name": "ExampleGN",
"discord": "https://discord.gg/examplegn",
"items": [
{
"name": "$5 Gift Card",
"price": 5,
"description": "$5 ExampleGN Store Giftcard",
"image": "https://via.placeholder.com/150"
},
{
"name": "$10 Gift Card",
"price": 10,
"description": "$10 ExampleGN Store Giftcard",
"image": "https://via.placeholder.com/150"
}
]
}Processing Rewards


Last updated