Merge pull request #377 from gorshkov/dev

Typo
This commit is contained in:
Ruben Bermudez 2018-02-13 21:33:59 +01:00 committed by GitHub
commit 1d7d2f81ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# Advanced
This will be more of a FAQ on some important notes before you embark on your next big bot project!
## Default Abilties
## Default Abilities
It is possible to declare "DEFAULT" abilities that process non-command messages. This is quite close to a reply. If a user says "Hey there" and the default ability is implemented, it will process this input.
```java