More tags and add paste providers. Also more analysis

This commit is contained in:
dada513 2022-06-07 15:15:00 +02:00
parent 86c545cb45
commit c39ed8e49c
No known key found for this signature in database
GPG key ID: 403448C14FA4B33E
10 changed files with 240 additions and 89 deletions

View file

@ -14,7 +14,7 @@ import * as fs from 'fs';
import * as path from 'path';
import { SuccessfulParsedMessage } from 'discord-command-parser';
import * as dotenv from 'dotenv';
import { parseLog } from './mclogs';
import { parseLog } from './logs';
dotenv.config();
export interface Command {