master
rasul 5 years ago
parent ef48161a05
commit a7855949e7

@ -5,7 +5,12 @@ use crate::database::Db;
use crate::queue::SendQueue; use crate::queue::SendQueue;
impl Command { impl Command {
pub fn dispatch_help(_command: &Command, _args: String, token: Token, _db: &mut Db) -> SendQueue { pub fn dispatch_help(
_command: &Command,
_args: String,
token: Token,
_db: &mut Db,
) -> SendQueue {
SendQueue::ok(token) SendQueue::ok(token)
} }
} }

Loading…
Cancel
Save