mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 21:55:52 +02:00
Remove Patreon functionality (#129)
* Remove Patreon links, supper status checking * Add warnings to admin panel and README
This commit is contained in:
@@ -845,10 +845,6 @@ export interface IAdminServerActions {
|
||||
getChat(search: string, date: string, caseInsensitive: boolean): Promise<string>;
|
||||
getChatForAccounts(accountIds: string[], date: string): Promise<string>;
|
||||
getRequestStats(): Promise<LoginStats>;
|
||||
updatePatreon(): Promise<void>;
|
||||
resetSupporter(accountId: string): Promise<void>;
|
||||
getLastPatreonData(): Promise<PatreonData | undefined>;
|
||||
updatePastSupporters(): Promise<void>;
|
||||
// live
|
||||
get(endPoint: 'events', id: string): Promise<any>;
|
||||
getAll(endPoint: 'events', timestamp?: string): Promise<LiveResponse>;
|
||||
|
||||
Reference in New Issue
Block a user