-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
|
||
/// <summary> | ||
/// Represents additional information about the audit log entry. | ||
/// </summary> | ||
public sealed class DiscordAuditEntryInfo | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
|
||
/// <summary> | ||
/// Represents a Discord audit log. | ||
/// </summary> | ||
public sealed class DiscordAuditLog | ||
{ | ||
} |
8 changes: 8 additions & 0 deletions
8
DisCatSharp/Entities/Guild/AuditLog/DiscordAuditLogChangeObject.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
|
||
/// <summary> | ||
/// Represents a Discord audit log change object. | ||
/// </summary> | ||
public class DiscordAuditLogChangeObject | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
|
||
/// <summary> | ||
/// Represents a Discord audit log entry. | ||
/// </summary> | ||
public class DiscordAuditLogEntry | ||
{ | ||
} |
1 change: 0 additions & 1 deletion
1
...arp/Enums/Guild/AuditLogActionCategory.cs → .../Guild/AuditLog/AuditLogActionCategory.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
namespace DisCatSharp.Enums; | ||
|
||
/// <summary> | ||
|
1 change: 0 additions & 1 deletion
1
...atSharp/Enums/Guild/AuditLogActionType.cs → ...nums/Guild/AuditLog/AuditLogActionType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
namespace DisCatSharp.Enums; | ||
|
||
/// <summary> | ||
|