Updated help text for kauppa-module

This commit is contained in:
Jarno Rankinen 2022-11-14 20:21:34 +02:00
parent 2f5225d8ac
commit 7300b69273
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ class MatrixModule(BotModule):
await bot.send_text(room, "\n".join(mdlist), event)
def help(self):
return 'Formats the list given as arguments to a Markdown list'
return 'Formats the list given as arguments to a Markdown checkbox list'