removed whisper testing remains

This commit is contained in:
Max Kross 2023-04-11 19:25:06 +02:00
parent 1d454fcb26
commit 8b37c907e5
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

@ -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