From 7aaf5b316e7b6453d5b945dfd63e3b3cd855b2bc Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Tue, 13 Feb 2024 09:44:57 -0800 Subject: crystal/tcpsocket: support "run" and "run_shell" functions --- crystal/lib/bungmobott/src/bungmobott.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crystal/lib/bungmobott/src/bungmobott.cr') 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 -- cgit v1.2.3