Merge pull request #379 from eitland/patch-1

Change getBotUsermane() to getBotUsername()
This commit is contained in:
Ruben Bermudez 2018-02-13 21:33:39 +01:00 committed by GitHub
commit 65d1454ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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