pull/15/head
Matthew 2022-03-01 11:36:02 -05:00
parent 4211689f73
commit b9ce4ddce4
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 3 additions and 1 deletions

View File

@ -72,7 +72,9 @@ export default class Client extends DiscordClient {
this.events = new Collection<Event>();
this.functions = new Collection<Function>();
this.db = { Account, Domain, Moderation, Tier };
this.redis = new Redis();
this.redis = new Redis({
password: config.redis,
});
this.stores = { emojis };
this.signale = signale;
this.signale.config({