mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
Fix: add missing import
This commit is contained in:
@@ -54,7 +54,7 @@ Is there a [service](../guide/walkthrough/services) that is required at the top
|
||||
- Create an ES6 script anywhere:
|
||||
|
||||
```ts title="scripts/prerequire.mjs"
|
||||
import { makeDependencies, single } from '@sern/handler'
|
||||
import { makeDependencies, single, Service } from '@sern/handler'
|
||||
import { Client } from 'discord.js'
|
||||
|
||||
await makeDependencies({
|
||||
|
||||
Reference in New Issue
Block a user