diff options
Diffstat (limited to 'src/Types.hx')
| -rw-r--r-- | src/Types.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx index c791733..d16e58e 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -28,6 +28,7 @@ typedef Config = { }, emotes:Array<Emote>, filters:Array<Filter>, + ?isVerbose:Bool, ?salt:String }; |
