From a5dc281cea4291674deb3672ef9adbfe0734927f Mon Sep 17 00:00:00 2001 From: spla Date: Thu, 3 Dec 2020 13:36:06 +0100 Subject: [PATCH] New feature! Added pgn save & send support --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20a9cbc..8bc605d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To list on going games: @your_bot_username games -To get any game anotations, in ex. game 1: +To get any game anotations, in ex. game 1, in pgn format: @your_bot_username send 1 @@ -76,4 +76,5 @@ Within Python Virtual Environment: 27.11.2020 - New feature! Pawn promotion and locales support ( ca & eng ) 28.11.2020 - New feature! Added 'es' locale support 28.11.2020 - New feature! Now any fediverse user can play Mastodon Chess! -28.11.2020 - New feature! Added help +28.11.2020 - New feature! Added help +03.12.2020 - New feature! Added pgn save & send support