PollSettings.forbidPrefixedChoices

Whether or not poll choices may start with the command prefix.

There's no check in place that a prefixed choice won't conflict with a command, so make it opt-in at your own risk.

struct PollSettings
bool forbidPrefixedChoices;