Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Fix new decks having slug and not id
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyissillyyy committed Aug 25, 2018
1 parent 79030b3 commit 08b9a47
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/json/decks/admin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Admin's Picks",
"slug": "admin",
"id": "admin",
"official": false,
"blackCards": [
{
Expand Down
3 changes: 1 addition & 2 deletions assets/json/decks/box.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"name": "Box Expansion",
"id": "box",
"official": true,
"blackCards": [
],
"blackCards": [],
"whiteCards": [
"The biggest, blackest dick.",
"A box within a box.",
Expand Down
2 changes: 1 addition & 1 deletion assets/json/decks/prtg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PRTG",
"slug": "prtg",
"id": "prtg",
"official": false,
"blackCards": [
{
Expand Down
4 changes: 2 additions & 2 deletions assets/json/decks/vewysewious.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Very Serious",
"slug": "vewysewious",
"name": "Very",
"id": "vewysewious",
"official": false,
"blackCards": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rando-cardrissian",
"version": "6.2.0",
"version": "6.2.1",
"description": "Cards Against Humanity, but for Discord!",
"main": "Rando.js",
"scripts": {
Expand Down

0 comments on commit 08b9a47

Please sign in to comment.