mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
Missing semicolon. eslint semi
This commit is contained in:
parent
02e7592259
commit
85f8f44b39
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function list(bot) {
|
|||
const message = [];
|
||||
|
||||
message.push({text: 'Cloops:', color: 'green'});
|
||||
message.push('\n')
|
||||
message.push('\n');
|
||||
|
||||
for (const [id, cloop] of Object.entries(bot.cloops)) {
|
||||
message.push({text: id, color: 'aqua'});
|
||||
|
|
Loading…
Reference in a new issue