Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Update to nyxx 4.0.0 #54

Merged
merged 1 commit into from
Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/nyxx_interactions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export 'src/internal/sync/commands_sync.dart' show ICommandsSync;
export 'src/internal/sync/lock_file_command_sync.dart' show LockFileCommandSync;
export 'src/internal/sync/manual_command_sync.dart' show ManualCommandSync;
export 'src/internal/event_controller.dart' show IEventController;
export 'src/internal/interaction_endpoints.dart' show IInteractionsEndpoints;
export 'src/internal/interaction_endpoints.dart' show IInteractionsEndpoints, InteractionRouteParts;
export 'src/internal/utils.dart' show slashCommandNameRegex;
export 'src/models/arg_choice.dart' show IArgChoice;
export 'src/models/command_option.dart' show ICommandOption, CommandOptionType;
Expand Down
Loading