# Utility Commands

| Command                                        | Example                                                                 | Description                                                         | Notes                                                                                                                     |
| ---------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `?poll <poll text>`                            | `?poll Do you like StickyBot?`                                          | Creates a simple yes/no poll that users can vote on with reactions. | The poll will be a embed so it supports all markdown (including embedded links).                                          |
| `?apoll <question, option1, option2, option3>` | `?apoll What is your favorite color?, Blue, Red, Green, Purple, Yellow` | Created a multiple choice poll.                                     | <p>The poll will be a embed so it supports all markdown (including embedded links).</p><p>Supports up to 7 options.</p>   |
| `?userinfo <@user>`                            | `?userinfo @user`                                                       | Get info on a user in the server.                                   | `<@user>` can be a mention, user ID, or left blank to get your own user info.                                             |
| `?serverinfo`                                  | `?serverinfo`                                                           | Get info on the server.                                             |                                                                                                                           |
| `?embed <text>`                                | `?embed Hello world!`                                                   | Puts you text into a embed.                                         | <p>The embed color will be the color of StickyBots role.</p><p>Embed supports all markdown including embedded links. </p> |

{% hint style="warning" %}
These commands require the "Embed Links" and "Manage Messages" permission to work properly.
{% endhint %}
