Skip to content

PaperNathan/frankbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

This project has been archived as it runs on a deprecated discord.js version.

FrankBot v1.0.4

A Discord Bot for Saving Chat Logs

What is FrankBot

After searching around the internet, I couldn't find a way to archive discord conversations so I could clean up our text channels. So, I made one.

FrankBot will read through a Text Channel's history and save the username and message content to a text file.

Commands

!save

This command goes through every sent message and saves it to a text file.

Make FrankBot Work

To make FrankBot Work you're going to need a few things.

  1. nodeJS installed on your computer.
  2. A TextEditor.
  3. You'll need to register your own discord app and get a token.
  4. You'll need to invite your bot to your server.
  5. You'll need to create a file in FrankBot's root folder called config.json and inside this file you'll need to copy paste the code below.
{
    "token": "YOUR_TOKEN_GOES_HERE",
    "prefix": "!"
}

After that, just run node bot.js in your Terminal.

Known Bugs

No known bugs 🙂

Recent Updates

Added !help command for easier documentation reference.

The Future

  • Save Sent Messages, Links, Code
  • Save Chat Logs based on Channel Name and Date
  • Change Command Input to Switch/Case with Error Handling
  • Save Sent Photos
  • Save Sent File Names
  • Rebuild Archived but Deleted Chat Logs

About

A Discord Bot for Saving Chat Logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published