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

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

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

revision 77 by rakin, Mon Jul 29 17:28:30 2024 UTC revision 344 by rakin, Mon Jul 29 17:29:40 2024 UTC
# Line 1  Line 1 
1  import path from 'path';  import path from 'path';
2  import { promises as fs } from 'fs';  import { promises as fs } from 'fs';
3  import DiscordClient from '../client/Client';  import DiscordClient from '../client/Client';
4  import { registered, registrationStart } from './debug';  import { registered } from './debug';
5    
6  export async function registerCLICommands(client: DiscordClient, dir: string = '') {  export async function registerCLICommands(client: DiscordClient, dir: string = '') {
7      const filePath = path.join(__dirname, dir);      const filePath = path.join(__dirname, dir);

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26