diff --git a/dependencies.d.txt b/dependencies.d.txt index 1fab563..11e8c9e 100644 --- a/dependencies.d.txt +++ b/dependencies.d.txt @@ -4,9 +4,13 @@ * Service(s) api rely on this file to provide a better developer experience. */ -import { SernEmitter, Logging, CoreModuleStore, ModuleManager, ErrorHandling, CoreDependencies, Singleton } from '@sern/handler' -import { Client } from 'discord.js' +import type { SernEmitter, Logging, CoreModuleStore, ModuleManager, ErrorHandling, CoreDependencies, Singleton } from '@sern/handler' +import type { Client } from 'discord.js' +/** + * Note: You usually would not need to modify this unless there is an urgent need to break the contracts provided. + * You would need to modify this to add your custom Services, however. + */ declare global { interface Dependencies extends CoreDependencies { '@sern/client': Singleton diff --git a/package.json b/package.json index 1005117..114cc17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sern/create-bot", - "version": "1.5.0", + "version": "1.5.1", "main": "./dist/index.js", "license": "MIT", "scripts": {