J'avais oublié que les one-line codeblocks existaient
This commit is contained in:
@@ -26,7 +26,7 @@ public class Record extends Command {
|
||||
RecordState currentRS = getGuildRecordState(e.getGuild());
|
||||
|
||||
if(e.getGuild().getMember(e.getAuthor()).getVoiceState().getChannel() != null && !currentRS.isRecording && !currentRS.isProcessing) {
|
||||
Utils.sendMessage(e.getChannel(), MessageType.NORMAL, "Lancement d'un enregistrement par "+e.getAuthor().getAsMention()+"\n```!stoprecord``` pour le terminer\n```!crecord``` pour annuler");
|
||||
Utils.sendMessage(e.getChannel(), MessageType.NORMAL, "Lancement d'un enregistrement par "+e.getAuthor().getAsMention()+"\n`!stoprecord` pour le terminer\n`!crecord` pour annuler");
|
||||
|
||||
System.out.println("["+new Date()+"] Le serveur ID "+e.getGuild().getId()+"("+e.getGuild().getName()+") vient de lancer un enregistrement");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user