# Changelog 2/13/20

## ▶ New Features/Commands

* Add/Remove Role Command `ch!role (user-mention) (role-name)`!
  * Easily add and remove roles with the new role command! Will add if user doesn't have, and remove if they have it.
* Reset Role Permissions Command `ch!resetrole (role-id/name/mention)`!
  * Reset all role permissions with one command!
* Role Mentionable Command `ch!mentionable (role-id/name/mention)`!
  * Toggle a role's mentionable status!
* Reaction Roles Normal Emojis 😃
  * Reaction roles will now work with normal emojis like 😃
* Role Info Command `ch!roleinfo (role-name)`
  * Get information on roles!

## ▶ Bug Fixes

* Help command modules and commands not showing up when running `ch!help` info and `ch!help role`
* **Reaction roles default emojis not working**

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.channelbot.xyz/changelogs/changelog-2-13-20.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
