Remove code comments
This commit is contained in:
parent
a5e58493d8
commit
52d7c13013
17 changed files with 18 additions and 335 deletions
|
|
@ -1,9 +1,5 @@
|
|||
//! The built-in commands: `ping`, `echo`, `hello`. (`help` is provided by the
|
||||
//! dispatcher itself, since it aggregates every module's commands.)
|
||||
|
||||
use crate::bot::module::{Action, Command, CommandSpec, Module};
|
||||
|
||||
/// Core commands that ship with the bot.
|
||||
pub struct Builtins;
|
||||
|
||||
const COMMANDS: &[CommandSpec] = &[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue