Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 540 Bytes

File metadata and controls

17 lines (12 loc) · 540 Bytes

LittleLogger

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.

Installing

  1. Open config.json and update with your token code
  2. 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!