MODiX icon indicating copy to clipboard operation
MODiX copied to clipboard

!eval should truncate the type name if it's too long to fit in an embed field

Open Scott-Caldwell opened this issue 3 years ago • 1 comments

For example, the following currently fails with "Error: Field name length must be less than or equal to 256. (Parameter 'Name')": !eval (1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1)

Scott-Caldwell avatar Dec 28 '21 20:12 Scott-Caldwell

I see you found my stupid example :D

tebeco avatar Dec 30 '21 12:12 tebeco