Set the prefix back to + as we lost a lot of readability with the semicolon

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2020-11-30 19:16:00 +01:00
parent 74180dcd20
commit cf135d9ff5

View File

@ -8,7 +8,7 @@ import xyz.vallat.louis.timer.TimerManager;
public class App {
public static final String PREFIX = ";";
public static final String PREFIX = "+";
public static final String NAME = "PrésencEirb";
public static final String DESCRIPTION = "Tu as pensé à pointer ?";
public static final String VERSION = "0.3.3";