# Role Pinger

To add a new pinger to the current channel

```
$pinger {ping phrase} @role
```

To add a new pinger to a different channel

```
$pinger #channel {ping phrase} @role
```

Show pingers on a channel

```
$pinger show #channel @role
```

To remove an existing pinger from a channel

```
$pinger remove #channel @role {ping phrase}
```

To Reset all pingers for a specific role on the current channel

```
$pinger reset @role
```

### Adding Custom Text to pings

If you want to add a custom text to ping, add a , in the ping phrase and put the text after\
\
For example if I want to @Pokemon on the keyword `Booster Box`\
and add the text `Buy only @ 19.99`

```
$pinger #bestbuy Booster Box,title Buy only @ 19.99 @Pokemon
```

#### Custom Text Special Variables

* `title` - Will be replaced with the Embed Title that it was pinged of.
* `price`- Will be replaced with the Embed Price that it was pinged of.
* `any` - Will ping on any message

## Clear old pingers that their roles got removed

```
$pinger clear
```
