Commit files changed by the formatting script
This commit is contained in:
parent
917ed35cbf
commit
5eddfaaf23
@ -2,4 +2,4 @@ extends Button
|
||||
|
||||
func _pressed():
|
||||
$"../Gift".chat($"../LineEdit".text)
|
||||
$"../LineEdit".text = ""
|
||||
$"../LineEdit".text = ""
|
||||
|
2
Gift.gd
2
Gift.gd
@ -83,4 +83,4 @@ func greet_me(cmd_info : CommandInfo) -> void:
|
||||
chat("Greetings, " + cmd_info.sender_data.tags["display-name"] + "!")
|
||||
|
||||
func list(cmd_info : CommandInfo, arg_ary : PoolStringArray) -> void:
|
||||
chat(arg_ary.join(", "))
|
||||
chat(arg_ary.join(", "))
|
||||
|
@ -13,4 +13,3 @@ func _init(f_ref : FuncRef, perm_lvl : int, mx_args : int, mn_args : int, whr :
|
||||
max_args = mx_args
|
||||
min_args = mn_args
|
||||
where = whr
|
||||
|
@ -9,4 +9,3 @@ func _init(sndr_dt, cmd, whspr):
|
||||
sender_data = sndr_dt
|
||||
command = cmd
|
||||
whisper = whspr
|
||||
|
@ -8,4 +8,4 @@ var tags : Dictionary
|
||||
func _init(usr : String, ch : String, tag_dict : Dictionary):
|
||||
user = usr
|
||||
channel = ch
|
||||
tags = tag_dict
|
||||
tags = tag_dict
|
||||
|
Loading…
x
Reference in New Issue
Block a user