File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,19 @@ aliases {
172172 volume = [ vol ]
173173}
174174
175+
176+ // Transforms are used to modify specific play inputs and convert them to different kinds of inputs
177+ // These are quite complicated to use, and have limited use-cases, but in theory allow for rough
178+ // whitelists or blacklists, roundabout loading from some sources, and customization of how things are
179+ // requested.
180+ //
181+ // These are NOT EASY to set up, so if you want to use these, you'll need to look through the code
182+ // for how they work and what fields are needed. Also, it's possible this feature might get entirely
183+ // removed in the future if I find a better way to do this.
184+
185+ transforms = {}
186+
187+
175188// If you set this to true, it will enable the eval command for the bot owner. This command
176189// allows the bot owner to run arbitrary code from the bot's account.
177190//
You can’t perform that action at this time.
0 commit comments