Skip to content

Commit 0e16974

Browse files
committed
Fix typo that could result in crashing
1 parent e708060 commit 0e16974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ShareXAPI {
4545
this.c = c;
4646
this.monitorChannel = null;
4747
this.checkMonth();
48-
this.c.discordToken && this.c.discordToken !== undefined && this.c.discrdToken !== null
48+
this.c.discordToken && this.c.discordToken !== undefined && this.c.discordToken !== null
4949
? this.runDiscordBot()
5050
: this.log.verbose('No Discord Token provided...\nContinuing without Discord connection...');
5151
this.app = app;

0 commit comments

Comments
 (0)