Parent Directory
|
Revision Log
|
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 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |