1
0
Fork 0

Hold back on maintenance or rate limiting events

This commit is contained in:
Julien Dessaux 2023-06-05 23:53:08 +02:00
parent d0ea2a12bc
commit 1853bd1268
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 24 additions and 12 deletions

View file

@ -1,4 +1,5 @@
import * as db from '../database/systems.js';
import * as api from '../lib/api.js';
// Retrieves all systems information, should be called only once after registering
export async function init() {