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:
parent
74180dcd20
commit
cf135d9ff5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user