Change getBotUsermane() to getBotUsername()

Fix minor typo
This commit is contained in:
Erik Vårdal Itland 2018-02-10 21:02:29 +01:00 committed by GitHub
parent 49c0fef3c5
commit eba3fe737a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Now that we have the library, we can start coding. There are few steps to follow
```
* `getBotUsermane()`: This method must always return your **Bot username**. May look like:
* `getBotUsername()`: This method must always return your **Bot username**. May look like:
```java