LogLogger is a discord bot that helps you organise your WarcraftLogs dungeon logs. When a WarcraftLogs link that contains a single Mythic+ log, LogLogger automatically creates an embed and deletes the link.
Clone the repository, create a .env
file in the root directory. Create these variables in it:
WL_CLIENT_ID
= Your WarcraftLogs APIv2 client idWL_CLIENT_SECRET
= Your WarcraftLogs APIv2 client secretDISCORD_BOT_TOKEN
= Your Discord Bot token
then run:
npm install
node index.js
Latest version of Node is recommended.