Skip to content

Commit cdce37d

Browse files
author
Pizzabelly
committed
Minor Cleanup
1 parent c89a3bf commit cdce37d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

osuDiscordStatus/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
64
using System.Threading;
75
using System.IO;
86
using System.Diagnostics;
97
using Discord;
108
using System.Xml;
9+
1110
namespace osuDiscordStatus
1211
{
1312
class Program

settings.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<settings>
2+
<Authentication>
3+
<email></email>
4+
<password></password>
5+
</Authentication>
6+
<General>
7+
<update>
8+
1000
9+
</update>
10+
</General>
11+
</settings>

0 commit comments

Comments
 (0)