chat logger
this is the chat logger. it's used to creating conversation files by scraping server chats. you can specify an account, server, and channel in the config.
to run the config editor, run the following command:
npm run chatlog
you need to configure its behavior in the config file before running it. see below for the options.
config
chatlog
account string
the account to use for the chat logger.
guild string
the guild id the channel is in.
channel string
the channel id to scrape messages in.
from_start boolean
whether or not to scrape from the start of the channel. if false, it will scrape the most recent messages.