Fix /checkpoint-create "mesId" argument

dc7bc30f4bd29034e0cb664cbcffa39fe8d4e62f

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/bookmarks.js+1 -1
@@ -458,7 +458,7 @@ function registerBookmarksSlashCommands() {
458458 },
459459 namedArgumentList: [
460460 SlashCommandNamedArgument.fromProps({
461461 name: 'mesmesId',
462462 description: 'Message ID',
463463 typeList: [ARGUMENT_TYPE.NUMBER],
464464 enumProvider: commonEnumProviders.messages(),