Skip to content

Commit

Permalink
changelog and api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
HopeBaron committed Jul 20, 2021
1 parent 944d795 commit 3fff2c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.7.4

## Changes

* Promote user property in component interaction to a data object.

## Fixes

* Fixed ComponentInteraction#user throwing a NullPointerException when the interaction is in direct message

# 0.7.3

## Additions
Expand Down
3 changes: 2 additions & 1 deletion core/api/core.api
Original file line number Diff line number Diff line change
Expand Up @@ -5735,7 +5735,8 @@ public abstract class dev/kord/core/entity/interaction/ComponentInteraction : de
public abstract fun getComponent ()Ldev/kord/core/entity/component/Component;
public final fun getComponentId ()Ljava/lang/String;
public final fun getMessage ()Ldev/kord/core/entity/Message;
public fun getUser ()Ldev/kord/core/behavior/UserBehavior;
public synthetic fun getUser ()Ldev/kord/core/behavior/UserBehavior;
public fun getUser ()Ldev/kord/core/entity/User;
public fun hashCode ()I
public abstract fun toString ()Ljava/lang/String;
public abstract fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/interaction/ComponentInteraction;
Expand Down

0 comments on commit 3fff2c5

Please sign in to comment.