Browse Source

add comment

nexusfallout 3 years ago
parent
commit
6f95c1ed72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      storagesize-bot/index.js

+ 1 - 1
storagesize-bot/index.js

@@ -17,7 +17,7 @@ const client = new Client();
 // Read data from JSON file, this will set db.data content
 await db.read();
 
-// If file.json doesn't exist, db.data will be null
+// Initialize local DB
 if (db.data === null) {
   // Set default data
   db.data = { config: {} };