-
-
Notifications
You must be signed in to change notification settings - Fork 963
Implement Telegram Games platform. #732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'd like to test this but I guess I can't fetch it locally since I don't have the rights to do so? Maybe you could indeed merge it and then let me update it to test it then? |
@SirDerpington You should be able to just fetch it from my branch, it's public. Are you familiar with git? You can add my repo as a remote and then check out the branch: $ git remote add noplanman https://github.com/noplanman/php-telegram-bot
$ git checkout noplanman/726-games or if you've simply used composer to fetch the project, you could just fetch my branch directly. {
"repositories": [
{
"type": "git",
"url": "https://github.com/noplanman/php-telegram-bot"
}
],
"require": {
"longman/telegram-bot": "dev-726-games"
}
} |
@SirDerpington Have you managed to do some testing on this? |
@noplanman Sorry, I've been working on something else the last two weeks. I think I can take a look at it next week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should merge and after testing and user feedback we will improve this feature
@noplanman please update your branch with current @SirDerpington did you found time for testing this feature? |
Finally add the Telegram Games platform!
WIP because it needs to be tested first ❗️
Closes #726