Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Oct 17, 2023
1 parent 631a2da commit a7f6419
Show file tree
Hide file tree
Showing 67 changed files with 126 additions and 184 deletions.
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
{
}
{ }
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using DisCatSharp.Enums;

namespace DisCatSharp.Entities.Guild.AuditLog;
namespace DisCatSharp.Entities.Guild;

/// <summary>
/// Represents a dynamic change set.
Expand Down
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System;
using System;
using System.Linq;

using DisCatSharp.Enums;

namespace DisCatSharp.Entities.Guild.AuditLog;
namespace DisCatSharp.Entities.Guild;

/// <summary>
/// Represents a change set for adding a permission overwrite to a channel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

using DisCatSharp.Enums;

namespace DisCatSharp.Entities.Guild.AuditLog;
namespace DisCatSharp.Entities.Guild;

/// <summary>
/// Represents a change set for deleting a permission overwrite from a channel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

using DisCatSharp.Enums;

namespace DisCatSharp.Entities.Guild.AuditLog;
namespace DisCatSharp.Entities.Guild;

/// <summary>
/// Represents a change set for updating a permission overwrite for a channel.
Expand Down
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

using DisCatSharp.Enums;

namespace DisCatSharp.Entities.Guild.AuditLog;
namespace DisCatSharp.Entities.Guild;

/// <summary>
/// Represents a change set for a server settings update.
Expand Down
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
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
{
}
{ }
Loading

0 comments on commit a7f6419

Please sign in to comment.