Together-Java / TjBot

A bot for the together java discord server. Name still undecided
6 stars 6 forks source link

Missing file #7

Closed acathers closed 4 years ago

acathers commented 4 years ago
import org.togetherjava.discordbot.cli.CliArgumentSpecification_Parser;

import in BotMain.java is not valid, missing java file.

Luminiscental commented 4 years ago

Maybe a more complete guide to setting up the code base for development in CONTRIBUTING.md would be desirable.

AzatothTheAwakened commented 4 years ago

The used class is generated while compiling with maven. The issue was fixed by running mvn compile before starting the bot inside an IDE.