Satont
Satont
For example filter users which `messages` > 50
There is forms for create\edit existed items, but i have no idea where to place button for `create` item.
uuh ```gql query getAllIntegrations { lfmLoginLink: integrationsGetServiceAuthLink(service:LASTFM) lfm: integrationsGetData(service: LASTFM) { ...on IntegrationDataLastfm { username avatar } } vk: integrationsGetData(service: VK) { ...on IntegrationDataVk { username avatar } } valorant:...
With current implementation it's impossible to check additional added streamers on offline, need to rethink whole architecture logic of this service. Also discord message not updated each N minuts now.
Should be with presets, where you selecting uploaded images, interval of change
A lot of data refetched via intervals, it can be simplified to one websocket connection which is more lightweight for such things.
- [x] https://github.com/twirapp/twir/pull/652 - [ ] Streamelements - [ ] Streamlabs
We can add new behavior for commands, if moderators or broadcaster use commadn with count as argument - sent this command N times. For example ``` !tg 5 ``` Will...