Fix /checkpoint-create "mesId" argument

dc7bc30f4bd29034e0cb664cbcffa39fe8d4e62f

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/bookmarks.js+1 -1
@@ -458,7 +458,7 @@ function registerBookmarksSlashCommands() {
458 },458 },
459 namedArgumentList: [459 namedArgumentList: [
460 SlashCommandNamedArgument.fromProps({460 SlashCommandNamedArgument.fromProps({
461 name: 'mes',461 name: 'mesId',
462 description: 'Message ID',462 description: 'Message ID',
463 typeList: [ARGUMENT_TYPE.NUMBER],463 typeList: [ARGUMENT_TYPE.NUMBER],
464 enumProvider: commonEnumProviders.messages(),464 enumProvider: commonEnumProviders.messages(),