Fix description of argument in /trole #160

Closed
opened 2025-12-01 13:13:59 -05:00 by sirdog3355 · 1 comment
sirdog3355 commented 2025-12-01 13:13:59 -05:00 (Migrated from github.com)

The current argument description for length is:

        length = "Length, in hours, the L should last for. (default: 24)",

It needs to be:

        length = "Length, in hours, the role should last for. (default: 24)",
The current argument description for `length` is: ```python length = "Length, in hours, the L should last for. (default: 24)", ``` It needs to be: ```python length = "Length, in hours, the role should last for. (default: 24)", ```
sirdog3355 commented 2025-12-02 12:42:03 -05:00 (Migrated from github.com)

Closed by #162

Closed by #162
Sign in to join this conversation.
No description provided.