/LittleLogger

Logs all messages within discord in sqlite. Easy to use.

Primary LanguageJavaScript

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!