-
Notifications
You must be signed in to change notification settings - Fork 2
Description
As of now we have the following
%me% - insert the person's name into a trigger
%dj% - insert the current DJ's name into a trigger
+prop - make the current trigger give a prop point
+flow - to add flow points
other possibilities
- be able to change the prop icon
for example
right now if you use +prop you get this:
@%dj% now has 137 props ✊
maybe something like +prop=heart will change it to this
@%dj% now has 137 props ❤️
- when more point systems are added, use the
+[system]to add points in triggers
so when we add a dank or trippy point system we can simple use them
+dank or +trippy and also use the same system where you can set the icon +dank=smoking
- Add a way to issue GET request to URLs that return JSON so that we dont have to rely on hardcoded triggers for simple JSON get requests
examples:
%% GET {url} FROM https://random.dog/woof.json
%% GET {file} FROM https://random.dog/meow
you can also access sub properties of the json just using the dot notation. It will use lodash.get internally
%% GET data.images[1].url from https://whatever.com/api