Remove Patreon functionality (#129)

* Remove Patreon links, supper status checking
* Add warnings to admin panel and README
This commit is contained in:
Eliot Partridge
2019-09-17 17:55:21 -05:00
committed by GitHub
parent 4def56d96c
commit cb5e757fd3
24 changed files with 18 additions and 1127 deletions
-1
View File
@@ -24,7 +24,6 @@ export const local = attr('data-local') === 'true';
export const token = attr('data-token');
export const version = attr('data-version');
export const isPublic = attr('data-public') === 'true';
export const supporterLink = attr('data-supporter-link');
export const discordLink = attr('data-discord-link');
export const twitterLink = attr('data-twitter-link');
export const contactEmail = attr('data-email');