Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 20, 2022
1 parent 98c85c2 commit 971f563
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**BetterDiscord**
- PluginRepo *Coming soon*
- [Download latest](https://github.com/Faelayis/RPC-Pc-Status-BetterDiscord/releases/download/1.1.0/RPCPcStatus.plugin.js)
- [Download latest](https://github.com/Faelayis/RPC-Pc-Status-BetterDiscord/releases/download/1.1.1/RPCPcStatus.plugin.js)

Original [RPC-Pc-Status](https://github.com/Faelayis/RPC-Pc-Status#readme)<br>
Modifier from [AutoStartRichPresence](https://github.com/Mega-Mewthree/BetterDiscordPlugins/tree/master/Plugins/AutoStartRichPresence)<br>
Expand Down
11 changes: 5 additions & 6 deletions RPCPcStatus.plugin.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name RPC-Pc-Status
* @version 1.1.0
* @version 1.1.1
* @author Faelayis
* @authorId 328731868096888833
* @description Rich Presence Pc Status for your Discord
Expand All @@ -17,7 +17,7 @@ let RPClient,
//added, improved, fixed, progress
const changelog = {
title: "RPC Pc Status Updated",
version: "1.1.0",
version: "1.1.1",
authors: [
{
name: "Faelayis",
Expand All @@ -32,9 +32,9 @@ const changelog = {
],
changelog: [
{
title: `Added System Uptime`,
type: "added",
items: ["Added option to show system uptime istead of RPC"],
title: `Fixed bug`,
type: "fixed",
items: ["new feature not work in short"],
},
],
};
Expand Down Expand Up @@ -3810,7 +3810,6 @@ class RPCPcStatus {
} else if (this.settings.timestamps == 2) {
this.startTime = Date.now() / 100;
}
this.startTime = Date.now();
this.initialized = true;
}
async stop() {
Expand Down

0 comments on commit 971f563

Please sign in to comment.