mirror of
https://github.com/ershisan99/flashcards-admin-bot.git
synced 2025-12-16 12:33:09 +00:00
initial commit
This commit is contained in:
3
scripts/reset-data.cjs
Normal file
3
scripts/reset-data.cjs
Normal file
@@ -0,0 +1,3 @@
|
||||
const fs = require('fs');
|
||||
|
||||
fs.writeFileSync('./data.json', '{}', 'utf8');
|
||||
Reference in New Issue
Block a user