twir icon indicating copy to clipboard operation
twir copied to clipboard

Twitch bot written in Golang and TypeScript.

Results 89 twir issues
Sort by recently updated
recently updated
newest added

Public page: - [ ] Public commands - [ ] Backend - [ ] Frontend - [ ] Public users - [x] Backend - [ ] Frontend - [ ]...

fixes #694 todo: - [ ] сделать табличку с историей использованных наград на канале. Думаю сделать эту табличку по /users, но сделать там вкладки, не уверен. - [ ] Сделать...

First need to done: - [x] commands-gql https://github.com/twirapp/twir/pull/711 - [x] keywords-gql - [x] greetings-gql. Because there is selector of values.

dashboard/community/roles

frontend/dashboard

For example filter users which `messages` > 50

backend
frontend/dashboard

There is forms for create\edit existed items, but i have no idea where to place button for `create` item.

An example of what I mean can be found here: https://bot.gempir.com/rewards And here is the source code of this bot, if needed: https://github.com/gempir/gempbot

backend
frontend/dashboard

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:...

This could be presented in a tabular format that can be filtered by selected awards.

backend
frontend/dashboard