From 4bef0724565fd109952af4587ff5f3145de9384b Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 16 Oct 2021 20:22:33 +0200 Subject: [PATCH] formatting --- commands/ssps/rozvrh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/ssps/rozvrh.js b/commands/ssps/rozvrh.js index 08d681b..12331ae 100644 --- a/commands/ssps/rozvrh.js +++ b/commands/ssps/rozvrh.js @@ -58,7 +58,7 @@ module.exports = class rozvrh extends commando.Command { continue; } if(!Array.isArray(cell)) cell = [cell]; - for(const scell of cell) { + for(const scell of cell) { embed.addField(scell.Subject.Abbrev, `\`${api.formatRoom(scell.Room.Abbrev) || "?"}\` - ${scell.Teacher.Name} - **${scell.Group.Name}**`, cell.length > 1); } if(cell.length > 1 && Array.isArray(schedule[cellI + 1]) && schedule[cellI + 1].length > 1) embed.addField("\u200B", "\u200B", true);