InteractionManager constructor

InteractionManager(
  1. NyxxRest client, {
  2. required Snowflake applicationId,
})

Create a new InteractionManager.

Implementation

InteractionManager(this.client, {required this.applicationId});