Skip to content

Commit

Permalink
rename core commands to core
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Nov 7, 2024
1 parent e9090a7 commit 8a8dea1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/rust.bot_modules.core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ impl silverpelt::module::Module for Module {
}

fn name(&self) -> &'static str {
"Core Commands"
"Core"
}

fn description(&self) -> &'static str {
"Core commands for the bot"
"Core module handling pretty much all core functionality"
}

fn toggleable(&self) -> bool {
Expand Down
2 changes: 1 addition & 1 deletion services/website

0 comments on commit 8a8dea1

Please sign in to comment.