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): defaults to true
Whether the welcomer is enabled for this channel.webhook_name(text): defaults to baobun
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 a delay of 0s 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 delete_after to 0s 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.
