Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 552 Bytes

File metadata and controls

15 lines (10 loc) · 552 Bytes

Crash Log Analyzer

A Discord application to read .log and .txt files generated by ArcDPS after a crash.

Build

  • Follow the Discord Application guide to create a new application.
  • Generate a token under Bot->Token in your application settings.
  • Create a .env file with the field DISCORD_TOKEN= and paste the token generated.
  • For debugging purposes, you can use DISCORD_TOKEN_DEBUG_=.
  • Build and run the application.

Example