Adding a channel
Add a channel to receive welcome messages.channel(channel) — optional The channel that will receive welcome messages.content_name(text) — optional The custom content to use for this welcome message.delay(time) — optional Delay before sending the welcome message.delete_after(time) — optional Delete after sending the welcome message.enable(bool) — default:trueWhether the welcomer is enabled for this channel.webhook_name(text) — default:"baobun | welcomer"Name of the webhook created for the welcomer.
Removing a channel
Remove a channel from receiving welcome messages.channel(channel) — optional The channel to remove from the welcomer.
Delaying a channel
Change the delay for the welcomer.Setting 0s of delay sets no delay for the welcomer message
delay(time) — required The delay duration you want to delay the welcomer messages.channel(channel) — optional The channel to apply the delay to.
Deleting after a channel
Change the delete after for the welcomer.Setting 0s of delete after keeps the welcomer message
delete_after(time) — required The delete after duration after the welcome message is sent.channel(channel) — optional The channel to apply the delay to.
Enable a channel
Enable or disable the welcomer for a channel.channel(channel) — optional The channel to enable or disable welcomer for.
Setting content for a channel
Set the welcome content for a channel.content_name(text) — required The name of the content to assign.channel(channel) — optional The channel to apply the content to.