Skip to content

Commit

Permalink
fix smart switch/storage monitor/smart alarm pairing (#366)
Browse files Browse the repository at this point in the history
* Temporary solution to fcm notifications problem

* fix smart switch/storage monitor/smart alarm pairing

* fcm -> authtoken, hoster -> steamId

* Update RustPlus.js

removed extra lines

* Update discordEmbeds.js

removed extra lines

* Update guildMemberRemove.js

removed extra lines

* Update discordMessages.js

fixed merge conflict

* Update AuthTokenListener.js

whitespace correction and changed data to notification

---------

Co-authored-by: Alexander Emanuelsson <[email protected]>
Co-authored-by: FaiThiX <[email protected]>
  • Loading branch information
3 people authored Sep 7, 2024
1 parent 881faa2 commit 4bb003f
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 199 deletions.
2 changes: 1 addition & 1 deletion src/discordEvents/guildMemberRemove.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ module.exports = {
//InstanceUtils.writeCredentialsFile(guildId, credentials);
InstanceUtils.writeAuthTokensFile(guildId, authTokens);
},
}
}
2 changes: 1 addition & 1 deletion src/discordTools/discordEmbeds.js
Original file line number Diff line number Diff line change
Expand Up @@ -1432,4 +1432,4 @@ module.exports = {

return embed;
},
}
}
2 changes: 1 addition & 1 deletion src/discordTools/discordMessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,4 +609,4 @@ module.exports = {

await Client.client.interactionEditReply(interaction, content);
},
}
}
Loading

0 comments on commit 4bb003f

Please sign in to comment.