dbm-network / mods

User-made modifications and improvements to Discord Bot Maker.
https://dbm-network.github.io
MIT License
166 stars 202 forks source link

Store Invite Info doesn't work anymore #932

Closed deag69 closed 1 year ago

deag69 commented 1 year ago

Discord Bot Maker version (master branch only supports the beta 2.0.x)

Describe the bug When using „Store Invite Info“, you always get „undefined“ as a result. Seems like it's outdated.

To Reproduce Just try to use the action with an existing invite and any type of info.

Expected behavior Getting the requested info :)

Error messages None

OneAndOnlyFinbar commented 1 year ago

Can you share rawdata?

deag69 commented 1 year ago

Can you share rawdata?

Sure, it's just a two action test command. I changed the Invite code because I don't want to publish it:

{ "name": "invitetest", "permissions": "NONE", "permissions2": "NONE", "restriction": "1", "_id": "RPhxW", "actions": [ { "invite": "NY24yGAd", "info": "8", "storage": "1", "varName": "timesUsed", "name": "Store Invite Info" }, { "channel": "0", "varName": "", "message": "${tempVars(\"timesUsed\")}", "buttons": [], "selectMenus": [], "attachments": [], "embeds": [], "reply": true, "ephemeral": false, "tts": false, "overwrite": false, "dontSend": false, "editMessage": "0", "editMessageVarName": "", "storage": "0", "varName2": "", "name": "Send Message" } ], "comType": "0" }