Skip to content

Commit 70cacaf

Browse files
committed
[auto] Update typings
1 parent 18cd0c5 commit 70cacaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typings/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ export class DBotHook {
129129
app: Express
130130
/**
131131
* The server created from {@link #listen}
132-
* @type {?http.Server}
132+
* @type {Server}
133133
*/
134-
server: http.Server
134+
server: Server
135135
/**
136136
* Loads endpoints into the application
137137
* @param {string} [prefix='/'] The prefix to add before the path (which would be the {@link ServiceKey})

0 commit comments

Comments
 (0)