Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Divkix committed Jan 23, 2022
1 parent 2bf8aa0 commit a930f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Can be found on telegram as [@RestrictChannelRobot](https://telegram.dog/Restric
- `BOT_TOKEN` - Get it from [@BotFather](https://t.me/BotFather)
-----------------

* Some advanced configurarion may also require other variables, but with just bot token you are good to go!
* Some advanced configuration may also require other variables, but with just bot token you are good to go!

# Deploying

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
updater := ext.NewUpdater(nil)
dispatcher := updater.Dispatcher

// Handlers for runnning commands.
// Handlers for running commands.
dispatcher.AddHandler(handlers.NewCommand("start", start))
dispatcher.AddHandler(handlers.NewCommand("help", help))
dispatcher.AddHandler(handlers.NewCommand("source", source))
Expand Down

0 comments on commit a930f40

Please sign in to comment.