Skip to content

A Discord bot to archive messages. Helpful for keeping a todo list!

Notifications You must be signed in to change notification settings

JamesHawkinss/discord-archival-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

archival-bot

This bot was made to archive messages.

Installation

  1. npm i
  2. Copy config.example.json to config.json and fill out the values.
  3. node .
  4. Enjoy.

Configuration

{
    "discord": {
        "token": "discord_bot_token"
    },
    "channels": [
        "IDs of channels",
        "to listen for messages in"
    ],
    "log": "ID of channel to archive messages in"
}

About

A Discord bot to archive messages. Helpful for keeping a todo list!

Topics

Resources

Stars

Watchers

Forks