-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
67 changed files
with
126 additions
and
184 deletions.
There are no files selected for viewing
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/ApplicationCommandPermissionUpdateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for updating permissions for an application command. | ||
/// </summary> | ||
public class ApplicationCommandPermissionUpdateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
2 changes: 1 addition & 1 deletion
2
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/AuditLogChangeSet.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
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/AutoModerationBlockMessageChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for a message being blocked by Auto Moderation. | ||
/// </summary> | ||
public class AutoModerationBlockMessageChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/AutoModerationFlagToChannelChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for a message being flagged by Auto Moderation. | ||
/// </summary> | ||
public class AutoModerationFlagToChannelChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/AutoModerationRuleCreateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for creating an Auto Moderation rule. | ||
/// </summary> | ||
public class AutoModerationRuleCreateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/AutoModerationRuleDeleteChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for deleting an Auto Moderation rule. | ||
/// </summary> | ||
public class AutoModerationRuleDeleteChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/AutoModerationRuleUpdateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for updating an Auto Moderation rule. | ||
/// </summary> | ||
public class AutoModerationRuleUpdateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
...arp/Entities/Guild/AuditLog/ChangeSet/AutoModerationUserCommunicationDisabledChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for a member being timed out by Auto Moderation. | ||
/// </summary> | ||
public class AutoModerationUserCommunicationDisabledChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/BotAddChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for adding a bot user to the server. | ||
/// </summary> | ||
public class BotAddChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/ChannelCreateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for a new channel creation. | ||
/// </summary> | ||
public class ChannelCreateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/ChannelDeleteChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for a channel deletion. | ||
/// </summary> | ||
public class ChannelDeleteChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
4 changes: 2 additions & 2 deletions
4
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/ChannelOverwriteCreateChangeSet.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
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
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
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/ChannelUpdateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for updating channel settings. | ||
/// </summary> | ||
public class ChannelUpdateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/CreatorMonetizationRequestCreatedChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for the creation of a creator monetization request. | ||
/// </summary> | ||
public class CreatorMonetizationRequestCreatedChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/CreatorMonetizationTermsAcceptedChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for the acceptance of creator monetization terms. | ||
/// </summary> | ||
public class CreatorMonetizationTermsAcceptedChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/EmojiCreateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for creating an emoji. | ||
/// </summary> | ||
public class EmojiCreateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/EmojiDeleteChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for deleting an emoji. | ||
/// </summary> | ||
public class EmojiDeleteChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/EmojiUpdateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for updating the name of an emoji. | ||
/// </summary> | ||
public class EmojiUpdateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/GuildScheduledEventCreateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for creating a guild scheduled event. | ||
/// </summary> | ||
public class GuildScheduledEventCreateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/GuildScheduledEventDeleteChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for cancelling a guild scheduled event. | ||
/// </summary> | ||
public class GuildScheduledEventDeleteChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/GuildScheduledEventUpdateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for updating a guild scheduled event. | ||
/// </summary> | ||
public class GuildScheduledEventUpdateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
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
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/IntegrationCreateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for adding an app to the server. | ||
/// </summary> | ||
public class IntegrationCreateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/IntegrationDeleteChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for removing an app from the server. | ||
/// </summary> | ||
public class IntegrationDeleteChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/IntegrationUpdateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for updating an app, such as its scopes. | ||
/// </summary> | ||
public class IntegrationUpdateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/InviteCreateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for creating a server invite. | ||
/// </summary> | ||
public class InviteCreateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/InviteDeleteChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for deleting a server invite. | ||
/// </summary> | ||
public class InviteDeleteChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/InviteUpdateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for updating a server invite. | ||
/// </summary> | ||
public class InviteUpdateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/MemberBanAddChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for banning a member from the server. | ||
/// </summary> | ||
public class MemberBanAddChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/MemberBanRemoveChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for lifting a server ban for a member. | ||
/// </summary> | ||
public class MemberBanRemoveChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/MemberDisconnectChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for disconnecting a member from a voice channel. | ||
/// </summary> | ||
public class MemberDisconnectChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/MemberKickChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for removing a member from the server. | ||
/// </summary> | ||
public class MemberKickChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/MemberMoveChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for moving a member to a different voice channel. | ||
/// </summary> | ||
public class MemberMoveChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/MemberPruneChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for pruning members from the server. | ||
/// </summary> | ||
public class MemberPruneChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
5 changes: 2 additions & 3 deletions
5
DisCatSharp/Entities/Guild/AuditLog/ChangeSet/MemberRoleUpdateChangeSet.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,8 +1,7 @@ | ||
namespace DisCatSharp.Entities.Guild.AuditLog; | ||
namespace DisCatSharp.Entities.Guild; | ||
|
||
/// <summary> | ||
/// Represents a change set for adding or removing a role from a member. | ||
/// </summary> | ||
public class MemberRoleUpdateChangeSet : AuditLogChangeSet | ||
{ | ||
} | ||
{ } |
Oops, something went wrong.