jp00p/AGIMUS

Bug: Taglines currently have no char limit, or it is too large

mathew-fleisch opened this issue · 2 comments

/set_tagline tagline: abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz

Looks like the character limit should be about 50 characters.

profile-bug

Are we OK just trimming the input to 50 characters, or do we want to reject it entirely and send a message?

jp00p commented

trimming is good enough for now!