Correct Ping command

This commit is contained in:
BrokenFire 2018-01-12 12:56:52 +01:00
parent 4898a51ee5
commit 5f9593f523

View File

@ -15,7 +15,7 @@ import java.util.List;
/** /**
* Created by seb65 on 19/10/2016. * Created by seb65 on 19/10/2016.
*/ */
public class PingCommande implements Commande { public class Ping implements Commande {
private String HELP = "`//ping` \n :arrow_right:\t*Renvoi le ping du bot*"; private String HELP = "`//ping` \n :arrow_right:\t*Renvoi le ping du bot*";