3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Remove test code

This commit is contained in:
Dragory 2020-05-23 00:13:05 +03:00
parent ed1f740aa2
commit 9948dc1185

View file

@ -527,12 +527,6 @@ export class MutesPlugin extends ZeppelinPlugin<TConfigSchema> {
});
}
const originalLines = Array.from(lines);
for (let i = 0; i < 20; i++) {
lines = [...lines, ...originalLines];
}
totalMutes = lines.length;
const listMessage = await listMessagePromise;
let currentPage = 1;