add comment

This commit is contained in:
Jacob Nguyen
2024-02-05 09:31:56 -06:00
committed by GitHub
parent b74bb8c37e
commit 5d470c02a8
2 changed files with 7 additions and 3 deletions

View File

@@ -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<Client>

View File

@@ -1,6 +1,6 @@
{
"name": "@sern/create-bot",
"version": "1.5.0",
"version": "1.5.1",
"main": "./dist/index.js",
"license": "MIT",
"scripts": {