Remove summary fields from command specifications in various files for consistency and clarity.

This commit is contained in:
Puechberty Arthur
2026-04-10 09:09:09 +02:00
parent 3d89df5251
commit ce0a37b7e1
137 changed files with 170 additions and 181 deletions
-1
View File
@@ -30,7 +30,6 @@ impl crate::commands::command_contract::CommandSpec for SayCommand {
name: "say",
category: "outils",
params: "<message...>",
summary: "Fait parler le bot",
description: "Envoie un message brut dans le salon courant via le bot.",
examples: &["+say", "+sy", "+help say"],
default_aliases: &["sym"],