# Success Channel Tools

### Success Watermarker Commands

#### `$successlog #channel`

**Description**: Sets the log channel, unmarked images will go here

**Usage**:

```
$successlog #your-channel
```

**Notes**:

* You must mention exactly one channel.

***

#### `$addsuccess #channel {webhook (optional)}`&#x20;

**Description**: Adds a channel to the list of success channels

If a webhook is specified, a copy of each message will be sent to that webhook aswell (Useful for external free servers)\
\* Moonitor need to be in both servers, Open a ticket if you need a new invite!

**Usage**:

```
$addsuccess #your-channel
```

```
$addsuccess #your-channel https://discord.com/api/webhooks/...
```

**Notes**:

* You must mention exactly one channel.

***

#### `$removesuccess #channel`

**Description**: Removes a channel.

**Usage**:

```
$removesuccess #your-channel
```

**Notes**:

* You must mention exactly one channel.

##

## 🎉 Success Lottery Commands

Each success post has a chance to win a prize! You can configure the prize pool using the commands below.

* Winner Images will have a golden hue so they can't be faked!

***

#### `$addprize prize RateOutOfThousand`

**Description:**\
Adds a prize to the lottery system with a given chance out of 1000.

**Usage:**\
`$addprize 1 Free Month 25`\
This gives the “1 Free Month” a 25/1000 chance to be won on each success.

**Notes:**

* The `RateOutOfThousand` must be a positive number.

***

#### `$removeprize prize`

**Description:**\
Removes a prize from the prize pool.

**Usage:**\
`$removeprize Shiny Charm`

**Notes:**

* You must mention the exact prize name used when adding it.

***

#### `$showprize`

**Description:**\
Displays all current prizes and their chances.

**Usage:**\
`$showprize`

***

#### `$dummyrolls`

**Description:**\
Simulates 1000 random rolls to show how often each prize would be won based on current probabilities.

**Usage:**\
`$dummyrolls`

**Notes:**

* This is a testing/debugging command. It does not affect real outcomes.
* Helps visualize prize distribution.

### 🧱 Success Collager Commands

Automatically generate stunning collages from recent success images!

#### `$successcollage #channel imagesNumber logoImage text`

**Description:**\
Creates a collage from recent success images in the given channel. Customize the number of images, logo, and optional title text.

**Usage:**

```
$successcollage #your-channel 600 https://example.com/logo.png My Epic Week!
$successcollage #your-channel 405 logo
$successcollage #your-channel 805 none
```

**Parameters:**

* `#channel` – The channel to source images from. (You must mention exactly one.)
* `imagesNumber` – Maximum number of recent images to include (e.g. 100).
* `logoImage` – A logo image URL, `logo` to use the server icon, or `none` for no logo/text.
* `text` *(optional)* – Title text to display on the collage. Must be at least 3 characters to appear.

**Notes:**

* Use `none` if you don't want to include a logo.
* If `logo` is used, the server's icon will be used as the logo.
* If the text is under 3 characters or omitted, no title will be shown.
* The collage is posted where the command was used.

***

Let me know if you'd like a `$collagetest` command to preview settings before posting or if you'd like to add user-defined background styles!
