Twilight

Results 23 issues of Twilight

👋 canvacord has reached v6 which comes with breaking changes, also **moving away from canvas for image generation** for flexibility and it means that existing examples dont really work anymore....

enhancement
being worked on

Allow reloading the changes without restarting the bot when possible

enhancement

Utilize `INTERACTION_CREATE` event for ButtonKit instead of using collector. This allows developers to resume listener without having to set timeout. But this raises a question, should we keep current implementation...

**Describe the feature you would like** A CredentialManager to safely provide sensitive credentials to the extractors in non-leaking way. **Expected behavior** ```js // User sets cookie player.credentials.set(CredentialType.YouTube, { cookie: ......

enhancement

Rough design plan ```ts // rectangular const rectSelectionTool = layer.tools.get("RectangularSelectionTool"); const selection = rectSelectionTool.createSelection({ from: number; to: number; width: number; height: number; }); // rounded const circularSelectionTool = layer.tools.get("RoundedSelectionTool"); const...

enhancement
priority:medium