mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Added .eval command. Very dangerous, don't use.
This commit is contained in:
13
src/NadekoBot/Modules/Utility/VerboseErrors/EvalGlobals.cs
Normal file
13
src/NadekoBot/Modules/Utility/VerboseErrors/EvalGlobals.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
// ReSharper disable InconsistentNaming
|
||||
#nullable disable
|
||||
namespace NadekoBot.Modules.Utility;
|
||||
|
||||
public class EvalGlobals
|
||||
{
|
||||
public ICommandContext ctx;
|
||||
public Utility.EvalCommands self;
|
||||
public IUser user;
|
||||
public IMessageChannel channel;
|
||||
public IGuild guild;
|
||||
public IServiceProvider services;
|
||||
}
|
Reference in New Issue
Block a user