diff --git a/src/Types/Message.ts b/src/Types/Message.ts index 6d63a77..d505a78 100644 --- a/src/Types/Message.ts +++ b/src/Types/Message.ts @@ -66,7 +66,7 @@ type Listable = { title?: string /** Text of the bnutton on the list (required) */ - buttonText: string + buttonText?: string } type WithDimensions = { width?: number