Skip to content

Commit

Permalink
sdfsfjdjsfghadga
Browse files Browse the repository at this point in the history
  • Loading branch information
ledlamp committed Oct 8, 2019
1 parent 894fda7 commit a1aab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocketbridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
if (m.u._id == driver.userId) return;
if (!m.mentions && !m.channels) return;
var dcid;
for (let x in channelIdMap) if (channelIdMap[X] == m.rid) dcid = x;
for (let x in channelIdMap) if (channelIdMap[x] == m.rid) dcid = x;
if (!dcid) return;
var dc = dClient.channels.get(dcid);
if (!dc.wh) {
Expand Down

0 comments on commit a1aab3e

Please sign in to comment.