Skip to content

Commit 021b9dd

Browse files
committed
Fix lint error
1 parent 27eb38b commit 021b9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustPlusEvents/disconnected.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
*/
2020

21-
import { log, discordManager as dm } from '../../index';
21+
import { log } from '../../index';
2222
import { RustPlusInstance } from "../managers/rustPlusManager";
2323

2424
export const name = 'disconnected';

0 commit comments

Comments
 (0)