1 |
import BaseCommand from "./structures/BaseCommand"; |
import BaseCommand from "./structures/BaseCommand"; |
2 |
import BaseEvent from "./structures/BaseEvent"; |
import BaseEvent from "./structures/BaseEvent"; |
3 |
import { fill, green, red, timeProcess, yellow } from "./util"; |
import { fill, green, red, yellow } from "./util"; |
4 |
|
|
5 |
let colLengths = [19, 33, 10]; |
let colLengths = [19, 33, 10]; |
6 |
let totalLength = colLengths.reduce((acc, val) => acc + val); |
let totalLength = colLengths.reduce((acc, val) => acc + val); |