From 1c253d25cb1d35aa987d76e07806999c562712d6 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 2 Mar 2025 16:24:26 -0500 Subject: Bringing more features from 2.x; ESLint; API --- bot/src/storage/activities.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bot/src/storage') diff --git a/bot/src/storage/activities.js b/bot/src/storage/activities.js index f4bd4ff..4702594 100644 --- a/bot/src/storage/activities.js +++ b/bot/src/storage/activities.js @@ -1,5 +1,5 @@ -import { version as discordVersion } from "discord.js"; -import { readFileSync } from "node:fs"; +import { version as discordVersion } from 'discord.js'; +import { readFileSync } from 'node:fs'; const { version: abVersion } = JSON.parse(readFileSync('./package.json', 'utf-8')); -- cgit v1.2.3