mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-11-29 17:28:02 +01:00
refactor(arabot): run prettier
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user