Skip to content

Commit 9f7c8aa

Browse files
fix compile error
1 parent d2a736e commit 9f7c8aa

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Code/MethodSystem/Methods/DiscordMethods/CreateDiscordEmbedAuthor.cs renamed to Code/MethodSystem/Methods/DiscordMethods/CreateDiscordEmbedAuthorMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace SER.Code.MethodSystem.Methods.DiscordMethods;
99

1010
[UsedImplicitly]
11-
public class CreateDiscordEmbedAuthor : ReferenceReturningMethod<DEmbedAuthor>
11+
public class CreateDiscordEmbedAuthorMethod : ReferenceReturningMethod<DEmbedAuthor>
1212
{
1313
public override string Description => "Creates an author object that can be used in discord embeds.";
1414

SER.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,7 @@
148148
return null;
149149
};
150150
151-
try
152-
{
153-
// 2. Attach Resolver
154151
AppDomain.CurrentDomain.AssemblyResolve += resolver;
155-
}
156-
catch (Exception e)
157-
{
158-
Log.LogMessage(MessageImportance.High, e);
159-
}
160152
161153
try
162154
{

0 commit comments

Comments
 (0)