/[sudobot]/trunk/src/client/Client.ts
ViewVC logotype

Diff of /trunk/src/client/Client.ts

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

revision 318 by rakin, Mon Jul 29 17:29:31 2024 UTC revision 346 by rakin, Mon Jul 29 17:29:42 2024 UTC
# Line 110  export default class DiscordClient exten Line 110  export default class DiscordClient exten
110          DiscordClient.client = this;          DiscordClient.client = this;
111    
112          this.config = new Config(this);          this.config = new Config(this);
113          this.db = new Database(path.resolve(rootdir, 'database.db'), this);          this.db = new Database(this);
114          this.serviceManager = new ServiceManager(this, this.aliases);          this.serviceManager = new ServiceManager(this, this.aliases);
115          this.serviceManager.load(this.services);          this.serviceManager.load(this.services);
116    

Legend:
Removed from v.318  
changed lines
  Added in v.346

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26