-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:nerzh/telegram-vapor-bot
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fc00739
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.
after the last update 2.1.0 async error appears.
fc00739
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 it's fine to just move it into
Task{}
, or makeconfigure()
async.But the docs do need some updates tho.
fc00739
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.
@Butanediol thanx)
@griffenk I updated readme, please check this https://github.com/nerzh/telegram-vapor-bot#setup
fc00739
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.
also I added TGBaseHandler for all updates
fc00739
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 also added a similar handler in my bot before 2.1.0.
TGHandlerPrtcl
is really straightforward. But I dont get whatpublic var id
andpublic var name
is for?fc00739
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.
@griffenk https://github.com/nerzh/telegram-vapor-bot/tree/master/Telegram-bot-example updated too
fc00739
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.
maybe this is to display an error, or maybe the name and id are an artifacts and they need to be deleted from protocol )