/[sudobot]/trunk/src/utils/debug.ts
ViewVC logotype

Diff of /trunk/src/utils/debug.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 343 by rakin, Mon Jul 29 17:28:32 2024 UTC revision 344 by rakin, Mon Jul 29 17:29:40 2024 UTC
# Line 1  Line 1 
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);

Legend:
Removed from v.343  
changed lines
  Added in v.344

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26