Skip to content

Commit 01a95ff

Browse files
authored
slight change
let's be a bit more professional here
1 parent 4d237e2 commit 01a95ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conn.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export class Conn {
458458
}
459459
}
460460
disconnect() {
461-
this.bot._client.end('fuckyouigo');
461+
this.bot._client.end('conn: disconnect called');
462462
this.unlink();
463463
}
464464
log(...args: any[]) {

0 commit comments

Comments
 (0)