summaryrefslogtreecommitdiff
path: root/crystal/lib/bungmobott/src/bungmobott.cr
diff options
context:
space:
mode:
Diffstat (limited to 'crystal/lib/bungmobott/src/bungmobott.cr')
-rw-r--r--crystal/lib/bungmobott/src/bungmobott.cr2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal/lib/bungmobott/src/bungmobott.cr b/crystal/lib/bungmobott/src/bungmobott.cr
index 8c7f755..4fdb9d2 100644
--- a/crystal/lib/bungmobott/src/bungmobott.cr
+++ b/crystal/lib/bungmobott/src/bungmobott.cr
@@ -40,7 +40,7 @@ module BungmoBott
include YAML::Serializable::Unmapped
property perm : Array( String )? = nil
property func : String
- property arg : Array( String? )? = nil
+ property arg : Array( String )? = nil
end
class JoinChannels