This discord bot made in Discord JS will copy any messages and log them into sqlite db.
Format each table will represent a text channel. All logs are dated, and usernames are inputted. Now Handles DMs!
Future updates: return x amount of messages from user.
- Open config.json and update with your token code
- run on node:
npm install --save discord.js
npm install --save sqlite
npm install --save moment
3.Open node command prompt and type "node index.js" to start and it will start logging!