Skip to content

Commit 7ad0115

Browse files
committed
fix: login with custom method
1 parent a949fcd commit 7ad0115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structures/Data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default class DataManager {
1414

1515
this.logger = logger.child({ name: 'Data' })
1616

17-
this.bot.login().then()
17+
this.bot.start().then()
1818
}
1919

2020
async discord(id: string) {

0 commit comments

Comments
 (0)