Having trouble with a custom Conan for a poll

Asked Mar 25, 2020·2 replies·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

Trying to create a custom command that does a poll. The command reads

!poll new pick my character | wraith | pathfinder | caustic | lifeline | bangalore | bloodhound | octane | gibraltar | crypto | wattson | revenant

Is there something I’m missing?

2 replies

That commands looks valid. You can create an alias for it, like this:

!commands add !character -a=!poll new pick my character | wraith | pathfinder | caustic | lifeline | bangalore | bloodhound | octane | gibraltar | crypto | wattson | revenant

Gerhard said:
!commands add !character -a=!poll new pick my character | wraith | pathfinder | caustic | lifeline | bangalore | bloodhound | octane | gibraltar | crypto | wattson | revenant

Ty ty that worked perfectly!