fix: no admin check for dropdatabase

This commit is contained in:
Terry Geng
2020-03-08 13:55:41 +08:00
parent 32b2875e52
commit 369af16aed
2 changed files with 17 additions and 9 deletions

View File

@ -276,11 +276,13 @@ help = <h3>Commands</h3>
first search result of {keywords} into the playlist.</li>
</ul>
<b>Tag</b>
<ul>
<li> <b>!<u>addt</u>ag </b> {index} {tags} - add {tags} to {index}-th item on the playlist, tags separated by ",". </li>
<li> <b>!<u>addt</u>ag </b> * {tags} - add {tags} to all items on the playlist. </li>
<li> <b>!<u>un</u>tag </b> {index/*} {tags} - remove {tags} from {index}-th item on the playlist. </li>
<li> <b>!<u>un</u>tag </b> {index/*} * - remove all tags from {index}-th item on the playlist. </li>
<li> <b>!<u>fin</u>dtagged </b> (or <b>!ft</b>) {tags} - find item with {tags} in the music library. </li>
</ul>
<b>Other</b>
<ul>
<li> <b>!<u>j</u>oinme {token} </b> - join your own channel with {token}.</li>