update kick command example
This commit is contained in:
@@ -255,7 +255,7 @@ export const useCommands = (mx: MatrixClient, room: Room): CommandRecord => {
|
|||||||
},
|
},
|
||||||
[Command.Kick]: {
|
[Command.Kick]: {
|
||||||
name: Command.Kick,
|
name: Command.Kick,
|
||||||
description: 'Kick user from room. Example: /kick userId1 userId2 [-r reason]',
|
description: 'Kick user from room. Example: /kick userId1 userId2 servername [-r reason]',
|
||||||
exe: async (payload) => {
|
exe: async (payload) => {
|
||||||
const [content, flags] = splitPayloadContentAndFlags(payload);
|
const [content, flags] = splitPayloadContentAndFlags(payload);
|
||||||
const users = parseUsers(content);
|
const users = parseUsers(content);
|
||||||
|
|||||||
Reference in New Issue
Block a user