mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-11-29 09:18:28 +01:00
refactor(arabot): run prettier
This commit is contained in:
@@ -65,7 +65,7 @@ const main = async () => {
|
||||
container.database = await new PrismaClient();
|
||||
container.redis = new Redis({
|
||||
host: process.env.REDIS_URL,
|
||||
db: 1
|
||||
db: 1,
|
||||
});
|
||||
|
||||
// Log the bot in to Discord
|
||||
|
||||
Reference in New Issue
Block a user