Updated packages, take advantage of new eris-fleet features, fixed issue where messages wouldn't send

This commit is contained in:
Essem 2021-11-12 17:21:43 -06:00
parent 8431a3ab95
commit 536b931ead
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
8 changed files with 465 additions and 558 deletions

View file

@ -1,9 +1,9 @@
// dummy (no-op) database handler
import { warn } from "../logger.js";
warn("Using dummy database adapter. If this isn't what you wanted, check your DB variable.");
export async function setup() {}
export async function setup() {
warn("Using dummy database adapter. If this isn't what you wanted, check your DB variable.");
}
export async function stop() {}
export async function fixGuild() {}
export async function addCount() {}