Signal
Signals in Sunar correspond to events in discord.js. They allow you to handle various actions and responses that occur within your Discord bot, such as messages being sent, users joining or leaving, and more.
Usage
Implementation
The following example demonstrates how to implement a Signal using Sunar:
Reference
SignalOptions
Prop | Type | Default |
---|---|---|
once | boolean | - |
Last updated on