File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ # osu-DiscordStatus
2+ Display the current song you are playing in osu! on your discord
3+
4+ How to use:
5+ 1 . Make sure you have .NET Framework 4.6.2 installed (https://www.microsoft.com/en-us/download/details.aspx?id=53344&desc=dotnet462 )
6+ 2 . Open Settings.xml
7+ 3 . Enter your Discord email and password
8+ 4 . Make sure MSN integration is enabled and run the exe
9+
10+ Notes:
11+ - You wont be able to see the song you are playing on your end but other people will be able to see it
12+ - Your email and password goes no where other than to Discord (If you dont believe me just look at the code xd)
13+ - Ye xD
Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
33using System . Linq ;
4- using System . Text ;
5- using System . Threading . Tasks ;
64using System . Threading ;
75using System . IO ;
86using System . Diagnostics ;
97using Discord ;
108using System . Xml ;
9+
1110namespace osuDiscordStatus
1211{
1312 class Program
Original file line number Diff line number Diff line change 1+ <settings >
2+ <Authentication >
3+ <email ></email >
4+ <password ></password >
5+ </Authentication >
6+ <General >
7+ <update >
8+ 1000
9+ </update >
10+ </General >
11+ </settings >
You can’t perform that action at this time.
0 commit comments