diff --git a/assets/images/chess/black-bishop.png b/assets/images/chess/black-bishop.png index e8fc1761..453cb323 100644 Binary files a/assets/images/chess/black-bishop.png and b/assets/images/chess/black-bishop.png differ diff --git a/assets/images/chess/black-king.png b/assets/images/chess/black-king.png index ab86b983..225f869e 100644 Binary files a/assets/images/chess/black-king.png and b/assets/images/chess/black-king.png differ diff --git a/assets/images/chess/black-knight.png b/assets/images/chess/black-knight.png index a9e972b5..8e3d04e6 100644 Binary files a/assets/images/chess/black-knight.png and b/assets/images/chess/black-knight.png differ diff --git a/assets/images/chess/black-pawn.png b/assets/images/chess/black-pawn.png index 63825b1b..c432d38a 100644 Binary files a/assets/images/chess/black-pawn.png and b/assets/images/chess/black-pawn.png differ diff --git a/assets/images/chess/black-queen.png b/assets/images/chess/black-queen.png index b876bfa7..0d94a1c2 100644 Binary files a/assets/images/chess/black-queen.png and b/assets/images/chess/black-queen.png differ diff --git a/assets/images/chess/black-rook.png b/assets/images/chess/black-rook.png index 3937b6b1..b9748e87 100644 Binary files a/assets/images/chess/black-rook.png and b/assets/images/chess/black-rook.png differ diff --git a/assets/images/chess/white-bishop.png b/assets/images/chess/white-bishop.png index b02cdead..26dae01c 100644 Binary files a/assets/images/chess/white-bishop.png and b/assets/images/chess/white-bishop.png differ diff --git a/assets/images/chess/white-king.png b/assets/images/chess/white-king.png index 1e9cfbe0..d7341649 100644 Binary files a/assets/images/chess/white-king.png and b/assets/images/chess/white-king.png differ diff --git a/assets/images/chess/white-knight.png b/assets/images/chess/white-knight.png index c4c8bfaf..2d716b15 100644 Binary files a/assets/images/chess/white-knight.png and b/assets/images/chess/white-knight.png differ diff --git a/assets/images/chess/white-pawn.png b/assets/images/chess/white-pawn.png index 4fe6897c..e98fae2b 100644 Binary files a/assets/images/chess/white-pawn.png and b/assets/images/chess/white-pawn.png differ diff --git a/assets/images/chess/white-queen.png b/assets/images/chess/white-queen.png index ea78821d..a4fe68c8 100644 Binary files a/assets/images/chess/white-queen.png and b/assets/images/chess/white-queen.png differ diff --git a/assets/images/chess/white-rook.png b/assets/images/chess/white-rook.png index ad08d1c7..a805de49 100644 Binary files a/assets/images/chess/white-rook.png and b/assets/images/chess/white-rook.png differ diff --git a/commands/games-mp/chess.js b/commands/games-mp/chess.js index 0264006e..da48595b 100644 --- a/commands/games-mp/chess.js +++ b/commands/games-mp/chess.js @@ -22,10 +22,10 @@ module.exports = class ChessCommand extends Command { game: true, credit: [ { - name: 'PNGkey.com', - url: 'https://www.pngkey.com/', + name: 'Wikimedia Commons', + url: 'https://commons.wikimedia.org/wiki/Main_Page', reason: 'Piece Images', - reasonURL: 'https://www.pngkey.com/maxpic/u2w7q8o0r5y3t4w7/' + reasonURL: 'https://commons.wikimedia.org/wiki/Category:PNG_chess_pieces/Standard_transparent' }, { name: 'Chess.com',