refactor(arabot): run prettier

This commit is contained in:
Anthony Berg 2024-08-04 20:14:44 +02:00
parent 71a065d3ca
commit 325dc0d0d0

View File

@ -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