Skip to content

Commit

Permalink
🎨 Add in redis uri
Browse files Browse the repository at this point in the history
  • Loading branch information
acollierr17 committed Nov 28, 2021
1 parent 726e577 commit 0831c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
TRUSTED_ROLES_MAIN, AUTO_ROLES, THOUSANDTH_MEMBER
} from './config';

const redis = createClient();
const redis = createClient({ url: process.env.REDIS_URI });

const client = new Client({ intents: new Intents(14023), partials: ['GUILD_MEMBER'] });

Expand Down

0 comments on commit 0831c1e

Please sign in to comment.