index
:
serenity
aliases-fix
asref_messageid_for_message
cmd-aliases-fix
colour_hex
debug
fix-default-command-upon-shortcut-prefix
fix_dead_link_in_readme
fix_message_update
group-checks
group-default-command
master
new-mentionable
old_message_on_update
old_message_on_update_v2
routing-fixes
upstream
v0.4.x
v0.6.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
framework
/
standard
/
help_commands.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some clippy lints
Zeyla Hellyer
2018-07-15
1
-20
/
+20
*
Support multiple prefixes for command-groups (#343)
Lakelezz
2018-07-15
1
-9
/
+9
*
If no help is available, command is not visible thus return false.
Lakelezz
2018-06-18
1
-3
/
+1
*
Rename from `is_command_hidden` to `is_command_visible`.
Lakelezz
2018-06-18
1
-5
/
+5
*
Check if a command would be visible, if yes provide help for it.
Lakelezz
2018-06-18
1
-7
/
+47
*
help: differentiate whether a command is unavailable in dms or guilds (#319)
Lakelezz
2018-05-25
1
-8
/
+19
*
Refactor imports/exports to use nested groups and better formatting
acdenisSK
2018-03-29
1
-8
/
+20
*
Add no_run to doctests that initialize a Client (#293)
Maiddog
2018-03-18
1
-2
/
+2
*
Remove useless clones (#292)
Maiddog
2018-03-17
1
-7
/
+7
*
Fix no-cache standardframework compilation (#290)
Lakelezz
2018-03-15
1
-0
/
+4
*
Add missing `correct roles`-checks in help-commands (#249)
Lakelezz
2018-01-10
1
-3
/
+57
*
Fix help-commands' `plain`
Lakelezz
2018-01-06
1
-4
/
+37
*
Fix most clippy lints, take more refeernces
Zeyla Hellyer
2017-12-16
1
-15
/
+18
*
Break up the model module
Zeyla Hellyer
2017-12-16
1
-1
/
+2
*
Make help-commands customisable (#227)
Lakelezz
2017-11-30
1
-43
/
+82
*
Fix doc-tests
acdenisSK
2017-11-16
1
-2
/
+2
*
Change most of the framework to use trait-based-commands
acdenisSK
2017-11-15
1
-9
/
+14
*
Re-order use statements alphabetically
Zeyla Hellyer
2017-11-11
1
-3
/
+3
*
Fix Help-Commands to list all eligible commands in DMs. (#212)
Lakelezz
2017-11-04
1
-1
/
+1
*
Make the Client return a Result
Zeyla Hellyer
2017-11-03
1
-2
/
+2
*
Merge v0.4.2
acdenisSK
2017-10-24
1
-19
/
+14
|
\
|
*
Properly update emojis, fix shard retries, fix cs
Lakelezz
2017-10-23
1
-4
/
+2
|
*
Fix clippy warnings
Mei Boudreau
2017-10-19
1
-17
/
+14
*
|
Change CreateEmbed::field{,s} to not take builders
Zeyla Hellyer
2017-10-18
1
-14
/
+13
*
|
Update to account for changes made in 0.4.1
acdenisSK
2017-10-14
1
-63
/
+80
|
\
|
|
*
Help-features display `Aliases` and list information for `Aliases`. (#190)
Lakelezz
2017-10-12
1
-60
/
+80
|
*
Fix clippy lints
Zeyla Hellyer
2017-10-11
1
-5
/
+6
|
*
Make `has_correct_permissions`, `has_correct_roles` and `has_all_requirement...
Lakelezz
2017-10-10
1
-1
/
+1
|
*
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-07
1
-10
/
+10
|
*
Fix most clippy warnings
Maiddog
2017-10-04
1
-10
/
+10
|
*
`to_owned` -> `to_string`
acdenisSK
2017-10-01
1
-2
/
+2
*
|
Switch to parking_lot::{Mutex, RwLock}
Zeyla Hellyer
2017-10-10
1
-5
/
+9
*
|
Help-commands filtering and Member-prefix-search (#182)
Lakelezz
2017-10-09
1
-10
/
+10
*
|
Fix most clippy warnings
Maiddog
2017-10-09
1
-10
/
+10
*
|
`to_owned` -> `to_string`
acdenisSK
2017-10-09
1
-2
/
+2
|
/
*
Revamp errors in `Args` and commands
acdenisSK
2017-09-23
1
-3
/
+3
*
Apply rustfmt
Zeyla Hellyer
2017-09-18
1
-12
/
+6
*
Fixed admin bypass perm to framework allowed_roles
Lakelezz
2017-09-09
1
-1
/
+1
*
Allow commands to be limited to certain roles (#157)
Lakelezz
2017-09-05
1
-9
/
+61
*
Add ability to play DCA and Opus files. (#148)
Maiddog
2017-08-27
1
-6
/
+12
*
Revamp `RwLock` usage in the lib
acdenisSK
2017-08-24
1
-12
/
+6
*
Revamp the args to an `Args` struct
acdenisSK
2017-08-20
1
-5
/
+5
*
Move builtin framework impl to its own module
Zeyla Hellyer
2017-08-19
1
-0
/
+346