Skip to content

Commit 91389a7

Browse files
author
Devon
committed
0.6.4
- Added the following games: * Bloodstained: Ritual of the Night * Dragon Quest Builders 2 * Fire Emblem: Three Houses
1 parent d55e347 commit 91389a7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

games.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
{"name" : "Crash Team Racing Nitro-Fueled", "img" : "ctr"},
3939
{"name" : "Collection of Mana", "img" : "com"},
4040
{"name" : "Cuphead", "img" : "ch"},
41-
{"name" : "Mortal Kombat 11", "img" : "mk11"}
41+
{"name" : "Mortal Kombat 11", "img" : "mk11"},
42+
{"name" : "Bloodstained: Ritual of the Night", "img" : "bs"},
43+
{"name" : "Dragon Quest Builders 2", "img" : "dqb2"},
44+
{"name" : "Fire Emblem: Three Houses", "img" : "fe3h"}
4245
]
4346
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NS-RPC",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "The definitive way to display your Nintendo Switch games in Discord.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)