help command now no longer relies on help_strings const
timeparser updated to work with partially specified times
This commit is contained in:
@@ -176,7 +176,7 @@ impl SendIterator for ChannelId {
|
||||
}
|
||||
|
||||
pub struct RegexFramework {
|
||||
commands: HashMap<String, &'static Command>,
|
||||
pub commands: HashMap<String, &'static Command>,
|
||||
command_matcher: Regex,
|
||||
dm_regex_matcher: Regex,
|
||||
default_prefix: String,
|
||||
|
||||
Reference in New Issue
Block a user