Medchem command

This commit is contained in:
2025-06-25 11:43:55 +02:00
parent 279a94c754
commit a0f0918504
3 changed files with 652 additions and 4 deletions

View File

@ -17,7 +17,7 @@ func (d DebugCommand) Name() string {
}
func (d DebugCommand) Help() string {
return "Show debug info (admin only)"
return "Show debug info"
}
func (d DebugCommand) Execute(update tgbotapi.Update, bot *tgbotapi.BotAPI) {