Customizing Bot Messages for Shop and Points

Summary

CommunityOne Builders Help discusses how to customize bot messages for shop prompts and claimed points. The announcement covers relaying feedback to the team, changing design elements, pointing shop messages to another channel, and includes a JSON example for message structure. This matters because it enables tailored UX and clearer in-server navigation.

Original Post

Is it possible to edit the messages sent by the bot for things like the shop and "claimed x points"?

Reply

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? :Noted:

Reply

I want to change the design elements, as well as point them towards another channel in the shop message

Reply

I will make a json and send it here as an example

Reply
{
  "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"
            }
          }
        }
      ]
    }
  ]
}
Reply

Thanks for relaying, will share with our team :pepeLove:

The latest from CommunityOne Builders Help