removed whisper testing remains
This commit is contained in:
parent
1d454fcb26
commit
8b37c907e5
2
Gift.gd
2
Gift.gd
@ -76,7 +76,7 @@ func _ready() -> void:
|
||||
# chat("TEST", initial_channel)
|
||||
|
||||
# Send a whisper to target user
|
||||
whisper("TEST", "issork")
|
||||
# whisper("TEST", "issork")
|
||||
|
||||
func on_event(type : String, data : Dictionary) -> void:
|
||||
match(type):
|
||||
|
@ -15,7 +15,7 @@ grow_vertical = 2
|
||||
|
||||
[node name="Gift" type="Node" parent="."]
|
||||
script = ExtResource("1")
|
||||
scopes = Array[String](["chat:edit", "chat:read", "moderator:read:followers", "user:manage:whispers"])
|
||||
scopes = Array[String](["chat:edit", "chat:read", "moderator:read:followers"])
|
||||
|
||||
[node name="ChatContainer" type="VBoxContainer" parent="."]
|
||||
unique_name_in_owner = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user