Skip to content

Commit

Permalink
admin -> owner
Browse files Browse the repository at this point in the history
  • Loading branch information
aluminiumgeek committed Mar 22, 2016
1 parent 89d8255 commit 5cd6abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Async modules should define `main` method as `async def main(bot, *args, **kwarg

Module types:
- `user_*` - command called with '/command' syntax, available for all users
- `admin_*` - command called with '/command' syntax, available only for admin
- `owner_*` - command called with '/command' syntax, available only for owner (that is set in the settings)
- `audio_*` - module will be called on each audio message
- `video_*` - called on each video message
- `text_*` - called on each text message
Expand Down

0 comments on commit 5cd6abf

Please sign in to comment.