Alchemy.Client.edit_integration
You're seeing just the function
edit_integration
, go back to Alchemy.Client module for more information.
Link to this function
edit_integration(guild_id, integration_id, options)
Specs
edit_integration(snowflake(), snowflake(), expire_behaviour: Integer, expire_grace_period: Integer, enable_emoticons: Boolean ) :: {:ok, nil} | {:error, term()}
Edits an integration of a guild.
Requires the :manage_guild
permission.
Options
expire_behaviour
The behaviour when an integration subscription lapses.expire_grace_period
Period (seconds) where the integration ignores lapsed subscriptions.enable_emoticons
Whether or not emoticons should be synced for this integration.