Customizing Bot Messages for Shop and Points
- Share this discussion
- Copy link
- Share on X (Twitter)
Is it possible to edit the messages sent by the bot for things like the shop and "claimed x points"?
Hmm not at the moment but I could relay to the team regarding this feedback, just curious what would you prefer it to say instead? 
I want to change the design elements, as well as point them towards another channel in the shop message
I will make a json and send it here as an example
{
"content": null,
"flags": 32768,
"components": [
{
"type": 17,
"accent_color": 13938486,
"spoiler": false,
"components": [
{
"type": 9,
"components": [
{
"type": 10,
"content": "## Standing Acquired: __23__✧\n> *Operator*, exchange your standing at `/quests` **Offerings**"
}
],
"accessory": {
"type": 11,
"media": {
"url": "https://wiki.warframe.com/images/Credits.png"
}
}
}
]
}
]
}
Thanks for relaying, will share with our team 
so not sure if I am getting it correctly, but we dont actually send user to a shop channel, in the first version, we did that, but we notice that depending on the discord setup, soemtimes the channel is hidden, and also when we swtich to shop -> embed message, we have a lot more people interacting with the shop
We will take this input in consideration for our next round of quest improvements, the shop bit is not really pointing the users to a channel but rather the shop button once they do /quests
we just made an internal git issue for this! But it's gonna be a while, we are bpushing a new verion of spark out in the next couple days
By pointing them to a channel I meant my leaderboard channel
Thank you for the responses