mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
Added .exprtoggleglobal / .extg which can be used to toggle usage of global expressions on the server
This commit is contained in:
10
src/NadekoBot/Modules/Expressions/ExprField.cs
Normal file
10
src/NadekoBot/Modules/Expressions/ExprField.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace NadekoBot.Modules.NadekoExpressions;
|
||||
|
||||
public enum ExprField
|
||||
{
|
||||
AutoDelete,
|
||||
DmResponse,
|
||||
AllowTarget,
|
||||
ContainsAnywhere,
|
||||
Message
|
||||
}
|
Reference in New Issue
Block a user