Skip to content

Commit

Permalink
IApplicationEntity should inherit from IEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumToasted committed Aug 6, 2024
1 parent 62010f3 commit 4870219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Disqord.Core/Entities/Core/IApplicationEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <summary>
/// Represents a Discord entity that exists within an application.
/// </summary>
public interface IApplicationEntity
public interface IApplicationEntity : IEntity
{
/// <summary>
/// Gets the ID of the application this entity is tied to.
Expand Down

0 comments on commit 4870219

Please sign in to comment.