Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle committed Jan 31, 2020
1 parent 11792eb commit a3cfd9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}), i = new Date();
async function o() {
if (n) {
var e = Settings.get("obfiscaterpc") ? "Unknown Model" : `${Project.name}.bbmodel`;
var e = Settings.get("obfuscaterpc") ? "Unknown Model" : `${Project.name}.bbmodel`;
n.setActivity({
largeImageKey: "icon",
largeImageText: `Blockbench ${Blockbench.version}`,
Expand Down
6 changes: 3 additions & 3 deletions dist/discord-rpc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Plugin.register("discord-rpc", {
"description": "Show a rich presence status in Discord",
onload() {

setting = new Setting('obfiscaterpc', {
setting = new Setting('obfuscaterpc', {
value: true,
name: 'Discord Rich Prescense',
description: 'Obfiscate Project Name',
description: 'Obfuscate Project Name',
})
!function(e) {
var t = {};
Expand Down Expand Up @@ -178,7 +178,7 @@ onload() {
}), i = new Date();
async function o() {
if (n) {
var e = Settings.get("obfiscaterpc") ? "Unknown Model" : `${Project.name}.bbmodel`;
var e = Settings.get("obfuscaterpc") ? "Unknown Model" : `${Project.name}.bbmodel`;
n.setActivity({
largeImageKey: "icon",
largeImageText: `Blockbench ${Blockbench.version}`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-rich-presence",
"version": "0.0.9",
"version": "0.1.0",
"description": "rich presence wrapper for discord-rpc",
"main": "index.js",
"unpkg": "browser.js",
Expand Down

0 comments on commit a3cfd9a

Please sign in to comment.