mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 18:50:13 +00:00
feat(stats): query http gateway, wait until gateway up to collect discord stats
This commit is contained in:
parent
e4ed354536
commit
9ff824c37b
7 changed files with 130 additions and 17 deletions
|
|
@ -49,7 +49,7 @@ func update_db_message_meta() {
|
|||
}
|
||||
|
||||
func get_discord_counts() (int, int) {
|
||||
redisStats := run_redis_query()
|
||||
redisStats := query_http_cache()
|
||||
|
||||
guild_count := 0
|
||||
channel_count := 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue