changes
parent
4211689f73
commit
b9ce4ddce4
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue