Skip to content

Commit

Permalink
do thing
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Jul 17, 2024
1 parent 81ee288 commit abb142e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gateway/ShardManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class ShardManager extends Collection<number, Shard> {
bitmask = AllNonPrivilegedIntents;
continue;
}
this.client.emit("warn", `Unknown intent: ${intent}`);
client.emit("warn", `Unknown intent: ${intent}`);
}
}

Expand Down

0 comments on commit abb142e

Please sign in to comment.