1
0
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:
carrot 2023-11-21 22:31:15 +08:00
parent cdd4754a8e
commit aa65cbf8a1

View File

@ -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>' }`,
};