File tree Expand file tree Collapse file tree 4 files changed +29
-26
lines changed
Expand file tree Collapse file tree 4 files changed +29
-26
lines changed Original file line number Diff line number Diff line change 22
33ENGLISH | [ TURKISH] ( /README_TR.md )
44
5- Most lightweight app to make custom Discord "Playing" statuses : P
5+ Most lightweight app to make custom Discord "Playing" statuses!
66
77[ ![ BUILD: Windows] ( https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-windows.yml/badge.svg )] ( https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-windows.yml )
88[ ![ BUILD: Linux] ( https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-linux.yml/badge.svg )] ( https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-linux.yml )
Original file line number Diff line number Diff line change 22
33[ İNGİLİZCE] ( /README.md ) | TÜRKÇE
44
5- Özel Discord "Oynuyor" durumu yapmak için en hafif uygulama : P
5+ Özel Discord "Oynuyor" durumu yapmak için en hafif uygulama!
66
77[ ![ BUILD: Windows] ( https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-windows.yml/badge.svg )] ( https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-windows.yml )
88[ ![ BUILD: Linux] ( https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-linux.yml/badge.svg )] ( https://github.com/omerakgoz34/Discord-RPC-Tray/actions/workflows/build-linux.yml )
Original file line number Diff line number Diff line change 2424 }{
2525 AppID : "830041049794609152" ,
2626 DateNow : time .Now (),
27- RPC : client.Activity {
28- Details : "Playing with RPC" ,
29- State : "Players: " ,
30- LargeImage : "discord-logo" ,
31- LargeText : "This is a Discord Logo" ,
32- SmallImage : "discord-logo" ,
33- SmallText : "Also, this is a Discord Logo" ,
34- Party : & client.Party {
35- ID : "343434343434343434" ,
36- Players : 1 ,
37- MaxPlayers : 100 ,
38- },
39- Timestamps : & client.Timestamps {},
40- Buttons : []* client.Button {
41- {
42- Label : "Project Page" ,
43- Url : "https://github.com/omerakgoz34/Discord-RPC-Tray" ,
44- },
45- {
46- Label : "Created by omerakgoz34" ,
47- Url : "https://twitter.com/omerakgoz34" ,
48- },
49- },
50- },
5127 }
5228 ConfigSample = struct {
5329 AppID string `json:"AppID"`
Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0.0" ,
3+ "description" : " Most lightweight app to make custom Discord \" Playing\" statuses :P" ,
4+ "homepage" : " https://github.com/omerakgoz34/Discord-RPC-Tray" ,
5+ "license" : " GPL-3.0-only" ,
6+ "architecture" : {
7+ "64bit" : {
8+ "url" : " https://github.com/omerakgoz34/Discord-RPC-Tray/releases/download/v1.0.0/Discord-RPC-Tray_v1.0.0_windows64.zip" ,
9+ "hash" : " 7ccf9365edc626beb63e599bdaeaae00fc3dc221375be9da2c4033fafe1bbeff"
10+ }
11+ },
12+ "bin" : " Discord-RPC-Tray.exe" ,
13+ "shortcuts" : [
14+ [
15+ " Discord-RPC-Tray.exe" ,
16+ " Discord RPC Tray"
17+ ]
18+ ],
19+ "checkver" : " github" ,
20+ "autoupdate" : {
21+ "architecture" : {
22+ "64bit" : {
23+ "url" : " https://github.com/omerakgoz34/Discord-RPC-Tray/releases/download/v$version/Discord-RPC-Tray_v$version_windows64.zip"
24+ }
25+ }
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments