Fix dummy database and Docker logging

This commit is contained in:
Essem 2022-02-22 19:44:13 -06:00
parent 27215598f9
commit 71d30016a2
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
4 changed files with 13 additions and 8 deletions

View file

@ -10,6 +10,7 @@ export async function addCount() {}
export async function getCounts() {
return {};
}
export async function upgrade() {}
export async function disableCommand() {}
export async function enableCommand() {}
export async function disableChannel() {}