Skip to content

Commit

Permalink
Revert "fix smart switch/storage monitor/smart alarm pairing (#366)"
Browse files Browse the repository at this point in the history
This reverts commit 4bb003f.
  • Loading branch information
alexemanuelol committed Sep 10, 2024
1 parent 45cef39 commit 1e97eb8
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 201 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 1e97eb8

Please sign in to comment.