Customizing Bot Messages for Shop and Points

Summary

The CommunityOne Builders Help server recently discussed potential updates for bot message customization, specifically regarding shop notifications and point tracking. The team is actively reviewing user feedback and has created an internal issue to explore design flexibility for future quest system improvements. This dialogue highlights the server's commitment to evolving its tools based on community needs and upcoming software version releases.

youngnoodle-35 OP

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

daringmirror-24

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:

youngnoodle-35 OP

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

youngnoodle-35 OP

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

youngnoodle-35 OP
{
  "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"
            }
          }
        }
      ]
    }
  ]
}
daringmirror-24

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

happybeacon-37
happybeacon-37

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

sharpquartz-72

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

happybeacon-37

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

youngnoodle-35 OP

By pointing them to a channel I meant my leaderboard channel

youngnoodle-35 OP

Thank you for the responses

The latest from CommunityOne Builders Help