Skip to content

Commit 8076f25

Browse files
committed
Rebranding complete
1 parent e941348 commit 8076f25

File tree

482 files changed

+1412
-1413
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

482 files changed

+1412
-1413
lines changed

Diff for: DisCatSharp.CommandsNext/Attributes/AliasesAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -25,7 +25,7 @@
2525
using System.Collections.ObjectModel;
2626
using System.Linq;
2727

28-
namespace DSharpPlusNextGen.CommandsNext.Attributes
28+
namespace DisCatSharp.CommandsNext.Attributes
2929
{
3030
/// <summary>
3131
/// Adds aliases to this command or group.

Diff for: DisCatSharp.CommandsNext/Attributes/CheckBaseAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -23,7 +23,7 @@
2323
using System;
2424
using System.Threading.Tasks;
2525

26-
namespace DSharpPlusNextGen.CommandsNext.Attributes
26+
namespace DisCatSharp.CommandsNext.Attributes
2727
{
2828
/// <summary>
2929
/// Represents a base for all command pre-execution check attributes.

Diff for: DisCatSharp.CommandsNext/Attributes/CommandAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -23,7 +23,7 @@
2323
using System;
2424
using System.Linq;
2525

26-
namespace DSharpPlusNextGen.CommandsNext.Attributes
26+
namespace DisCatSharp.CommandsNext.Attributes
2727
{
2828
/// <summary>
2929
/// Marks this method as a command.

Diff for: DisCatSharp.CommandsNext/Attributes/CooldownAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -26,7 +26,7 @@
2626
using System.Threading;
2727
using System.Threading.Tasks;
2828

29-
namespace DSharpPlusNextGen.CommandsNext.Attributes
29+
namespace DisCatSharp.CommandsNext.Attributes
3030
{
3131
/// <summary>
3232
/// Defines a cooldown for this command. This allows you to define how many times can users execute a specific command

Diff for: DisCatSharp.CommandsNext/Attributes/DescriptionAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -22,7 +22,7 @@
2222

2323
using System;
2424

25-
namespace DSharpPlusNextGen.CommandsNext.Attributes
25+
namespace DisCatSharp.CommandsNext.Attributes
2626
{
2727
/// <summary>
2828
/// Gives this command, group, or argument a description, which is used when listing help.

Diff for: DisCatSharp.CommandsNext/Attributes/DontInjectAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -22,7 +22,7 @@
2222

2323
using System;
2424

25-
namespace DSharpPlusNextGen.CommandsNext.Attributes
25+
namespace DisCatSharp.CommandsNext.Attributes
2626
{
2727
/// <summary>
2828
/// Prevents this field or property from having its value injected by dependency injection.

Diff for: DisCatSharp.CommandsNext/Attributes/GroupAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -23,7 +23,7 @@
2323
using System;
2424
using System.Linq;
2525

26-
namespace DSharpPlusNextGen.CommandsNext.Attributes
26+
namespace DisCatSharp.CommandsNext.Attributes
2727
{
2828
/// <summary>
2929
/// Marks this class as a command group.

Diff for: DisCatSharp.CommandsNext/Attributes/HiddenAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -22,7 +22,7 @@
2222

2323
using System;
2424

25-
namespace DSharpPlusNextGen.CommandsNext.Attributes
25+
namespace DisCatSharp.CommandsNext.Attributes
2626
{
2727
/// <summary>
2828
/// Marks this command or group as hidden.

Diff for: DisCatSharp.CommandsNext/Attributes/ModuleLifespanAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -22,7 +22,7 @@
2222

2323
using System;
2424

25-
namespace DSharpPlusNextGen.CommandsNext.Attributes
25+
namespace DisCatSharp.CommandsNext.Attributes
2626
{
2727
/// <summary>
2828
/// Defines a lifespan for this command module.

Diff for: DisCatSharp.CommandsNext/Attributes/PriorityAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -22,7 +22,7 @@
2222

2323
using System;
2424

25-
namespace DSharpPlusNextGen.CommandsNext.Attributes
25+
namespace DisCatSharp.CommandsNext.Attributes
2626
{
2727
/// <summary>
2828
/// Defines this command overload's priority. This determines the order in which overloads will be attempted to be called. Commands will be attempted in order of priority, in descending order.

Diff for: DisCatSharp.CommandsNext/Attributes/RemainingTextAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -22,7 +22,7 @@
2222

2323
using System;
2424

25-
namespace DSharpPlusNextGen.CommandsNext.Attributes
25+
namespace DisCatSharp.CommandsNext.Attributes
2626
{
2727
/// <summary>
2828
/// Indicates that the command argument takes the rest of the input without parsing.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireBotPermissionsAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -23,7 +23,7 @@
2323
using System;
2424
using System.Threading.Tasks;
2525

26-
namespace DSharpPlusNextGen.CommandsNext.Attributes
26+
namespace DisCatSharp.CommandsNext.Attributes
2727
{
2828
/// <summary>
2929
/// Defines that usage of this command is only possible when the bot is granted a specific permission.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireCommunityAttribute.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -22,9 +22,9 @@
2222

2323
using System;
2424
using System.Threading.Tasks;
25-
using DSharpPlusNextGen.Entities;
25+
using DisCatSharp.Entities;
2626

27-
namespace DSharpPlusNextGen.CommandsNext.Attributes
27+
namespace DisCatSharp.CommandsNext.Attributes
2828
{
2929
/// <summary>
3030
/// Defines that a command is only usable within a community-enabled guild.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireDirectMessageAttribute.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -22,9 +22,9 @@
2222

2323
using System;
2424
using System.Threading.Tasks;
25-
using DSharpPlusNextGen.Entities;
25+
using DisCatSharp.Entities;
2626

27-
namespace DSharpPlusNextGen.CommandsNext.Attributes
27+
namespace DisCatSharp.CommandsNext.Attributes
2828
{
2929
/// <summary>
3030
/// Defines that a command is only usable within a direct message channel.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireDiscordCertifiedModeratorAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -24,7 +24,7 @@
2424
using System.Linq;
2525
using System.Threading.Tasks;
2626

27-
namespace DSharpPlusNextGen.CommandsNext.Attributes
27+
namespace DisCatSharp.CommandsNext.Attributes
2828
{
2929
/// <summary>
3030
/// Defines that usage of this command is restricted to discord certified moderators.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireDiscordEmployeeAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -24,7 +24,7 @@
2424
using System.Linq;
2525
using System.Threading.Tasks;
2626

27-
namespace DSharpPlusNextGen.CommandsNext.Attributes
27+
namespace DisCatSharp.CommandsNext.Attributes
2828
{
2929
/// <summary>
3030
/// Defines that usage of this command is restricted to discord employees.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireGuildAttribute.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -21,9 +21,9 @@
2121
// SOFTWARE.
2222

2323
using System.Threading.Tasks;
24-
using DSharpPlusNextGen.Entities;
24+
using DisCatSharp.Entities;
2525

26-
namespace DSharpPlusNextGen.CommandsNext.Attributes
26+
namespace DisCatSharp.CommandsNext.Attributes
2727
{
2828
/// <summary>
2929
/// Defines that a command is only usable within a guild.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireGuildOwnerAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -24,7 +24,7 @@
2424
using System.Linq;
2525
using System.Threading.Tasks;
2626

27-
namespace DSharpPlusNextGen.CommandsNext.Attributes
27+
namespace DisCatSharp.CommandsNext.Attributes
2828
{
2929
/// <summary>
3030
/// Defines that usage of this command is restricted to the guild owner.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireMemberVerificationGateAttribute.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -21,9 +21,9 @@
2121
// SOFTWARE.
2222

2323
using System.Threading.Tasks;
24-
using DSharpPlusNextGen.Entities;
24+
using DisCatSharp.Entities;
2525

26-
namespace DSharpPlusNextGen.CommandsNext.Attributes
26+
namespace DisCatSharp.CommandsNext.Attributes
2727
{
2828
/// <summary>
2929
/// Defines that a command is only usable within a guild which has enabled the member verification gate.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireNsfwAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -23,7 +23,7 @@
2323
using System;
2424
using System.Threading.Tasks;
2525

26-
namespace DSharpPlusNextGen.CommandsNext.Attributes
26+
namespace DisCatSharp.CommandsNext.Attributes
2727
{
2828
/// <summary>
2929
/// Defines that usage of this command is restricted to NSFW channels.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireOwnerAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -24,7 +24,7 @@
2424
using System.Linq;
2525
using System.Threading.Tasks;
2626

27-
namespace DSharpPlusNextGen.CommandsNext.Attributes
27+
namespace DisCatSharp.CommandsNext.Attributes
2828
{
2929
/// <summary>
3030
/// Defines that usage of this command is restricted to the owner of the bot.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireOwnerOrIdAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -26,7 +26,7 @@
2626
using System.Linq;
2727
using System.Threading.Tasks;
2828

29-
namespace DSharpPlusNextGen.CommandsNext.Attributes
29+
namespace DisCatSharp.CommandsNext.Attributes
3030
{
3131
/// <summary>
3232
/// Requires ownership of the bot or a whitelisted id to execute this command.

Diff for: DisCatSharp.CommandsNext/Attributes/RequirePermissionsAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -23,7 +23,7 @@
2323
using System;
2424
using System.Threading.Tasks;
2525

26-
namespace DSharpPlusNextGen.CommandsNext.Attributes
26+
namespace DisCatSharp.CommandsNext.Attributes
2727
{
2828
/// <summary>
2929
/// Defines that usage of this command is restricted to members with specified permissions. This check also verifies that the bot has the same permissions.

Diff for: DisCatSharp.CommandsNext/Attributes/RequirePrefixesAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -24,7 +24,7 @@
2424
using System.Linq;
2525
using System.Threading.Tasks;
2626

27-
namespace DSharpPlusNextGen.CommandsNext.Attributes
27+
namespace DisCatSharp.CommandsNext.Attributes
2828
{
2929
/// <summary>
3030
/// Defines that usage of this command is only allowed with specific prefixes.

Diff for: DisCatSharp.CommandsNext/Attributes/RequireRolesAttribute.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is part of the DSharpPlusNextGen project.
1+
// This file is part of the DisCatSharp project.
22
//
33
// Copyright (c) 2021 AITSYS
44
//
@@ -26,7 +26,7 @@
2626
using System.Linq;
2727
using System.Threading.Tasks;
2828

29-
namespace DSharpPlusNextGen.CommandsNext.Attributes
29+
namespace DisCatSharp.CommandsNext.Attributes
3030
{
3131
/// <summary>
3232
/// Defines that usage of this command is restricted to members with specified role. Note that it's much preferred to restrict access using <see cref="RequirePermissionsAttribute"/>.

0 commit comments

Comments
 (0)