mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 17:04:15 +02:00
refactor(arabot): run prettier
This commit is contained in:
parent
71a065d3ca
commit
325dc0d0d0
@ -65,7 +65,7 @@ const main = async () => {
|
|||||||
container.database = await new PrismaClient();
|
container.database = await new PrismaClient();
|
||||||
container.redis = new Redis({
|
container.redis = new Redis({
|
||||||
host: process.env.REDIS_URL,
|
host: process.env.REDIS_URL,
|
||||||
db: 1
|
db: 1,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Log the bot in to Discord
|
// Log the bot in to Discord
|
||||||
|
Loading…
x
Reference in New Issue
Block a user