Retrieve follows/subscriptions from Twitch API
This commit is contained in:
parent
dbe7e4c52d
commit
2a87e0408e
6 changed files with 120 additions and 5 deletions
|
@ -1,7 +1,11 @@
|
|||
import { processBans } from './processBans';
|
||||
import { processFollows } from './processFollows';
|
||||
import { processSubscriptions } from './processSubscriptions';
|
||||
import { processEmptyMetadata } from './processEmptyMetadata';
|
||||
|
||||
export = {
|
||||
processBans,
|
||||
processFollows,
|
||||
processSubscriptions,
|
||||
processEmptyMetadata
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue