From 67ffca5e5bad7dc589b41ea166cef1bae15e5334 Mon Sep 17 00:00:00 2001 From: Treble Sketch Date: Sat, 2 Apr 2016 01:17:14 +1030 Subject: [PATCH 1/2] Added "Space Enthusiasts" and "Unreal Gaming" Both code are for infinite invites, but a few code I found in the list are not infinite and already expired. I own "Space Enthusiasts", but a friend of mine owns "Unreal Gaming". --- data/serverlist.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/data/serverlist.json b/data/serverlist.json index 91c08ef..709c757 100644 --- a/data/serverlist.json +++ b/data/serverlist.json @@ -994,5 +994,19 @@ "language": "EN", "title": "Division" } + "Space Enthusiasts": { + "code": "0rD4Ubh43S6q4asm", + "description": "The Place for Space on Discord!", + "icon": null, + "language": "EN", + "title": "Space Enthusiasts" + } + "Unreal Gaming": { + "code": "0f5xriVNmIZ3fqqe", + "description": "A place where you can talk about a wide variety about games!", + "icon": null, + "language": "EN", + "title": "Unreal Gaming" + } } } From 51b0e0e5a3daee17fc632a8dedebc6375036d045 Mon Sep 17 00:00:00 2001 From: Treble Sketch Date: Sat, 2 Apr 2016 14:26:35 +1030 Subject: [PATCH 2/2] Corrected the missing commas Whoops, sorry about that ^^" --- data/serverlist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/serverlist.json b/data/serverlist.json index 709c757..fdbe5db 100644 --- a/data/serverlist.json +++ b/data/serverlist.json @@ -993,14 +993,14 @@ "icon": null, "language": "EN", "title": "Division" - } + }, "Space Enthusiasts": { "code": "0rD4Ubh43S6q4asm", "description": "The Place for Space on Discord!", "icon": null, "language": "EN", "title": "Space Enthusiasts" - } + }, "Unreal Gaming": { "code": "0f5xriVNmIZ3fqqe", "description": "A place where you can talk about a wide variety about games!",