mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2025-12-16 12:33:09 +00:00
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
const fs = require('fs');
|
|
|
|
fs.writeFileSync('./data.json', '{}', 'utf8');
|