Update help again

This commit is contained in:
Aslan 2025-12-26 11:36:05 +01:00
parent f459709be0
commit 7ca30a8e6a
2 changed files with 6 additions and 3 deletions

View file

@ -83,7 +83,8 @@ const onHelp = (_text: string, roomId: string) => {
<h3>Role: Admin</h3>
<ul>
<li><b>!shutdown</b> - Shutdown bot</li>
</ul>`,
</ul>
<h4>AsloBot version ${packageConfig.version}</h4>`,
);
};