mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
Fix typo in updateMessage
usage info
This commit is contained in:
parent
cdd4754a8e
commit
aa65cbf8a1
|
@ -93,5 +93,5 @@ export const info = {
|
|||
category: 'core',
|
||||
description: 'Update a message you have sent.',
|
||||
usage: `
|
||||
API: { cmd: 'updateMessage', mode: 'overwrite'|'append'|'prepand', text: '<text to apply>',customId: '<customId sent with the chat message>' }`,
|
||||
API: { cmd: 'updateMessage', mode: 'overwrite'|'append'|'prepend', text: '<text to apply>', customId: '<customId sent with the chat message>' }`,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user