Add setrole command

This commit is contained in:
Aslan 2025-12-26 12:02:19 +01:00
parent 52916c4432
commit 735847bb63
4 changed files with 32 additions and 13 deletions

View file

@ -82,6 +82,7 @@ const onHelp = (_text: string, roomId: string) => {
<hr/>
<h3>Role: Admin</h3>
<ul>
<li><b>!setrole {user} {role}</b> - Set role for a user</li>
<li><b>!shutdown</b> - Shutdown bot</li>
</ul>
<h4>AsloBot version ${packageConfig.version}</h4>`,