Skip to content

Commit

Permalink
feat(services): move twitch from core to service (#4874)
Browse files Browse the repository at this point in the history
* initial service setup

* updates

* update

* update

* update

* updates

* update

* updates

* updates

* updates

* updates

* fix incorrect client

* pubsub update

* remove console.log

* remove doubled error stack

* eventsub fixes

* updates

* deepscan fixes

* migration update

* merge fixes

* fix eslint

* fixes

* initial test fixes

* updates

* updates

* change readonly to map

* fix

* fixes

* remove unused import

* update

* update

* fix bot username

* proper reset

* fix missing ids

* fixes

* update

* populate service commands

* fix lists
  • Loading branch information
sogehige committed Nov 9, 2021
1 parent 6c6213d commit 36f0814
Show file tree
Hide file tree
Showing 317 changed files with 4,751 additions and 6,021 deletions.
1 change: 1 addition & 0 deletions locales/en/ui.menu.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"services": "Services",
"updater": "Updater",
"index": "Dashboard",
"core": "Bot",
Expand Down
5 changes: 4 additions & 1 deletion locales/en/ui/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
"luck": "Luck",
"lists": "Lists",
"me": "Me",
"emotes_combo": "Emotes combo"
"emotes_combo": "Emotes combo",
"tmi": "tmi",
"oauth": "oauth",
"eventsub": "eventsub"
}

0 comments on commit 36f0814

Please sign in to comment.