From 47fa16fdf52ef388a3a38ba7c8ebdd5250295461 Mon Sep 17 00:00:00 2001 From: Ategon Date: Sat, 28 Sep 2024 18:40:54 -0400 Subject: [PATCH] Move things to addons folder --- LICENSE => addons/TwitchGod/LICENSE | 0 README.md => addons/TwitchGod/README.md | 0 TwitchGod.tscn => addons/TwitchGod/TwitchGod.tscn | 0 auth.gd => addons/TwitchGod/auth.gd | 0 {http => addons/TwitchGod/http}/HttpClient.tscn | 0 {http => addons/TwitchGod/http}/HttpServer.tscn | 0 {http => addons/TwitchGod/http}/TwitchSetting.tscn | 0 {http => addons/TwitchGod/http}/WebsocketClient.tscn | 0 {http => addons/TwitchGod/http}/http_client.gd | 0 {http => addons/TwitchGod/http}/http_server.gd | 0 {http => addons/TwitchGod/http}/twitch_setting.gd | 0 {http => addons/TwitchGod/http}/websocket_client.gd | 0 {icons => addons/TwitchGod/icons}/bell.svg | 0 {icons => addons/TwitchGod/icons}/bell.svg.import | 0 {icons => addons/TwitchGod/icons}/bot-message-square.svg | 0 {icons => addons/TwitchGod/icons}/bot-message-square.svg.import | 0 {icons => addons/TwitchGod/icons}/cog.svg | 0 {icons => addons/TwitchGod/icons}/cog.svg.import | 0 {icons => addons/TwitchGod/icons}/key-round.svg | 0 {icons => addons/TwitchGod/icons}/key-round.svg.import | 0 {icons => addons/TwitchGod/icons}/message-square.svg | 0 {icons => addons/TwitchGod/icons}/message-square.svg.import | 0 {icons => addons/TwitchGod/icons}/pyramid.svg | 0 {icons => addons/TwitchGod/icons}/pyramid.svg.import | 0 {icons => addons/TwitchGod/icons}/regex.svg | 0 {icons => addons/TwitchGod/icons}/regex.svg.import | 0 {icons => addons/TwitchGod/icons}/server.svg | 0 {icons => addons/TwitchGod/icons}/server.svg.import | 0 {icons => addons/TwitchGod/icons}/twitch.svg | 0 {icons => addons/TwitchGod/icons}/twitch.svg.import | 0 {icons => addons/TwitchGod/icons}/unplug.svg | 0 {icons => addons/TwitchGod/icons}/unplug.svg.import | 0 {nodes => addons/TwitchGod/nodes}/TwitchChatCommandListener.tscn | 0 {nodes => addons/TwitchGod/nodes}/TwitchChatMessageListener.tscn | 0 {nodes => addons/TwitchGod/nodes}/TwitchChatRegexListener.tscn | 0 {nodes => addons/TwitchGod/nodes}/TwitchEventListener.tscn | 0 .../TwitchGod/nodes}/TwitchPointRedemptionListener.tscn | 0 {nodes => addons/TwitchGod/nodes}/twitch_chat_command_listener.gd | 0 {nodes => addons/TwitchGod/nodes}/twitch_chat_message_listener.gd | 0 {nodes => addons/TwitchGod/nodes}/twitch_chat_regex_listener.gd | 0 {nodes => addons/TwitchGod/nodes}/twitch_event_listener.gd | 0 .../TwitchGod/nodes}/twitch_point_redemption_listener.gd | 0 twitch_events.gd => addons/TwitchGod/twitch_events.gd | 0 twitch_god.gd => addons/TwitchGod/twitch_god.gd | 0 twitch_scopes.gd => addons/TwitchGod/twitch_scopes.gd | 0 45 files changed, 0 insertions(+), 0 deletions(-) rename LICENSE => addons/TwitchGod/LICENSE (100%) rename README.md => addons/TwitchGod/README.md (100%) rename TwitchGod.tscn => addons/TwitchGod/TwitchGod.tscn (100%) rename auth.gd => addons/TwitchGod/auth.gd (100%) rename {http => addons/TwitchGod/http}/HttpClient.tscn (100%) rename {http => addons/TwitchGod/http}/HttpServer.tscn (100%) rename {http => addons/TwitchGod/http}/TwitchSetting.tscn (100%) rename {http => addons/TwitchGod/http}/WebsocketClient.tscn (100%) rename {http => addons/TwitchGod/http}/http_client.gd (100%) rename {http => addons/TwitchGod/http}/http_server.gd (100%) rename {http => addons/TwitchGod/http}/twitch_setting.gd (100%) rename {http => addons/TwitchGod/http}/websocket_client.gd (100%) rename {icons => addons/TwitchGod/icons}/bell.svg (100%) rename {icons => addons/TwitchGod/icons}/bell.svg.import (100%) rename {icons => addons/TwitchGod/icons}/bot-message-square.svg (100%) rename {icons => addons/TwitchGod/icons}/bot-message-square.svg.import (100%) rename {icons => addons/TwitchGod/icons}/cog.svg (100%) rename {icons => addons/TwitchGod/icons}/cog.svg.import (100%) rename {icons => addons/TwitchGod/icons}/key-round.svg (100%) rename {icons => addons/TwitchGod/icons}/key-round.svg.import (100%) rename {icons => addons/TwitchGod/icons}/message-square.svg (100%) rename {icons => addons/TwitchGod/icons}/message-square.svg.import (100%) rename {icons => addons/TwitchGod/icons}/pyramid.svg (100%) rename {icons => addons/TwitchGod/icons}/pyramid.svg.import (100%) rename {icons => addons/TwitchGod/icons}/regex.svg (100%) rename {icons => addons/TwitchGod/icons}/regex.svg.import (100%) rename {icons => addons/TwitchGod/icons}/server.svg (100%) rename {icons => addons/TwitchGod/icons}/server.svg.import (100%) rename {icons => addons/TwitchGod/icons}/twitch.svg (100%) rename {icons => addons/TwitchGod/icons}/twitch.svg.import (100%) rename {icons => addons/TwitchGod/icons}/unplug.svg (100%) rename {icons => addons/TwitchGod/icons}/unplug.svg.import (100%) rename {nodes => addons/TwitchGod/nodes}/TwitchChatCommandListener.tscn (100%) rename {nodes => addons/TwitchGod/nodes}/TwitchChatMessageListener.tscn (100%) rename {nodes => addons/TwitchGod/nodes}/TwitchChatRegexListener.tscn (100%) rename {nodes => addons/TwitchGod/nodes}/TwitchEventListener.tscn (100%) rename {nodes => addons/TwitchGod/nodes}/TwitchPointRedemptionListener.tscn (100%) rename {nodes => addons/TwitchGod/nodes}/twitch_chat_command_listener.gd (100%) rename {nodes => addons/TwitchGod/nodes}/twitch_chat_message_listener.gd (100%) rename {nodes => addons/TwitchGod/nodes}/twitch_chat_regex_listener.gd (100%) rename {nodes => addons/TwitchGod/nodes}/twitch_event_listener.gd (100%) rename {nodes => addons/TwitchGod/nodes}/twitch_point_redemption_listener.gd (100%) rename twitch_events.gd => addons/TwitchGod/twitch_events.gd (100%) rename twitch_god.gd => addons/TwitchGod/twitch_god.gd (100%) rename twitch_scopes.gd => addons/TwitchGod/twitch_scopes.gd (100%) diff --git a/LICENSE b/addons/TwitchGod/LICENSE similarity index 100% rename from LICENSE rename to addons/TwitchGod/LICENSE diff --git a/README.md b/addons/TwitchGod/README.md similarity index 100% rename from README.md rename to addons/TwitchGod/README.md diff --git a/TwitchGod.tscn b/addons/TwitchGod/TwitchGod.tscn similarity index 100% rename from TwitchGod.tscn rename to addons/TwitchGod/TwitchGod.tscn diff --git a/auth.gd b/addons/TwitchGod/auth.gd similarity index 100% rename from auth.gd rename to addons/TwitchGod/auth.gd diff --git a/http/HttpClient.tscn b/addons/TwitchGod/http/HttpClient.tscn similarity index 100% rename from http/HttpClient.tscn rename to addons/TwitchGod/http/HttpClient.tscn diff --git a/http/HttpServer.tscn b/addons/TwitchGod/http/HttpServer.tscn similarity index 100% rename from http/HttpServer.tscn rename to addons/TwitchGod/http/HttpServer.tscn diff --git a/http/TwitchSetting.tscn b/addons/TwitchGod/http/TwitchSetting.tscn similarity index 100% rename from http/TwitchSetting.tscn rename to addons/TwitchGod/http/TwitchSetting.tscn diff --git a/http/WebsocketClient.tscn b/addons/TwitchGod/http/WebsocketClient.tscn similarity index 100% rename from http/WebsocketClient.tscn rename to addons/TwitchGod/http/WebsocketClient.tscn diff --git a/http/http_client.gd b/addons/TwitchGod/http/http_client.gd similarity index 100% rename from http/http_client.gd rename to addons/TwitchGod/http/http_client.gd diff --git a/http/http_server.gd b/addons/TwitchGod/http/http_server.gd similarity index 100% rename from http/http_server.gd rename to addons/TwitchGod/http/http_server.gd diff --git a/http/twitch_setting.gd b/addons/TwitchGod/http/twitch_setting.gd similarity index 100% rename from http/twitch_setting.gd rename to addons/TwitchGod/http/twitch_setting.gd diff --git a/http/websocket_client.gd b/addons/TwitchGod/http/websocket_client.gd similarity index 100% rename from http/websocket_client.gd rename to addons/TwitchGod/http/websocket_client.gd diff --git a/icons/bell.svg b/addons/TwitchGod/icons/bell.svg similarity index 100% rename from icons/bell.svg rename to addons/TwitchGod/icons/bell.svg diff --git a/icons/bell.svg.import b/addons/TwitchGod/icons/bell.svg.import similarity index 100% rename from icons/bell.svg.import rename to addons/TwitchGod/icons/bell.svg.import diff --git a/icons/bot-message-square.svg b/addons/TwitchGod/icons/bot-message-square.svg similarity index 100% rename from icons/bot-message-square.svg rename to addons/TwitchGod/icons/bot-message-square.svg diff --git a/icons/bot-message-square.svg.import b/addons/TwitchGod/icons/bot-message-square.svg.import similarity index 100% rename from icons/bot-message-square.svg.import rename to addons/TwitchGod/icons/bot-message-square.svg.import diff --git a/icons/cog.svg b/addons/TwitchGod/icons/cog.svg similarity index 100% rename from icons/cog.svg rename to addons/TwitchGod/icons/cog.svg diff --git a/icons/cog.svg.import b/addons/TwitchGod/icons/cog.svg.import similarity index 100% rename from icons/cog.svg.import rename to addons/TwitchGod/icons/cog.svg.import diff --git a/icons/key-round.svg b/addons/TwitchGod/icons/key-round.svg similarity index 100% rename from icons/key-round.svg rename to addons/TwitchGod/icons/key-round.svg diff --git a/icons/key-round.svg.import b/addons/TwitchGod/icons/key-round.svg.import similarity index 100% rename from icons/key-round.svg.import rename to addons/TwitchGod/icons/key-round.svg.import diff --git a/icons/message-square.svg b/addons/TwitchGod/icons/message-square.svg similarity index 100% rename from icons/message-square.svg rename to addons/TwitchGod/icons/message-square.svg diff --git a/icons/message-square.svg.import b/addons/TwitchGod/icons/message-square.svg.import similarity index 100% rename from icons/message-square.svg.import rename to addons/TwitchGod/icons/message-square.svg.import diff --git a/icons/pyramid.svg b/addons/TwitchGod/icons/pyramid.svg similarity index 100% rename from icons/pyramid.svg rename to addons/TwitchGod/icons/pyramid.svg diff --git a/icons/pyramid.svg.import b/addons/TwitchGod/icons/pyramid.svg.import similarity index 100% rename from icons/pyramid.svg.import rename to addons/TwitchGod/icons/pyramid.svg.import diff --git a/icons/regex.svg b/addons/TwitchGod/icons/regex.svg similarity index 100% rename from icons/regex.svg rename to addons/TwitchGod/icons/regex.svg diff --git a/icons/regex.svg.import b/addons/TwitchGod/icons/regex.svg.import similarity index 100% rename from icons/regex.svg.import rename to addons/TwitchGod/icons/regex.svg.import diff --git a/icons/server.svg b/addons/TwitchGod/icons/server.svg similarity index 100% rename from icons/server.svg rename to addons/TwitchGod/icons/server.svg diff --git a/icons/server.svg.import b/addons/TwitchGod/icons/server.svg.import similarity index 100% rename from icons/server.svg.import rename to addons/TwitchGod/icons/server.svg.import diff --git a/icons/twitch.svg b/addons/TwitchGod/icons/twitch.svg similarity index 100% rename from icons/twitch.svg rename to addons/TwitchGod/icons/twitch.svg diff --git a/icons/twitch.svg.import b/addons/TwitchGod/icons/twitch.svg.import similarity index 100% rename from icons/twitch.svg.import rename to addons/TwitchGod/icons/twitch.svg.import diff --git a/icons/unplug.svg b/addons/TwitchGod/icons/unplug.svg similarity index 100% rename from icons/unplug.svg rename to addons/TwitchGod/icons/unplug.svg diff --git a/icons/unplug.svg.import b/addons/TwitchGod/icons/unplug.svg.import similarity index 100% rename from icons/unplug.svg.import rename to addons/TwitchGod/icons/unplug.svg.import diff --git a/nodes/TwitchChatCommandListener.tscn b/addons/TwitchGod/nodes/TwitchChatCommandListener.tscn similarity index 100% rename from nodes/TwitchChatCommandListener.tscn rename to addons/TwitchGod/nodes/TwitchChatCommandListener.tscn diff --git a/nodes/TwitchChatMessageListener.tscn b/addons/TwitchGod/nodes/TwitchChatMessageListener.tscn similarity index 100% rename from nodes/TwitchChatMessageListener.tscn rename to addons/TwitchGod/nodes/TwitchChatMessageListener.tscn diff --git a/nodes/TwitchChatRegexListener.tscn b/addons/TwitchGod/nodes/TwitchChatRegexListener.tscn similarity index 100% rename from nodes/TwitchChatRegexListener.tscn rename to addons/TwitchGod/nodes/TwitchChatRegexListener.tscn diff --git a/nodes/TwitchEventListener.tscn b/addons/TwitchGod/nodes/TwitchEventListener.tscn similarity index 100% rename from nodes/TwitchEventListener.tscn rename to addons/TwitchGod/nodes/TwitchEventListener.tscn diff --git a/nodes/TwitchPointRedemptionListener.tscn b/addons/TwitchGod/nodes/TwitchPointRedemptionListener.tscn similarity index 100% rename from nodes/TwitchPointRedemptionListener.tscn rename to addons/TwitchGod/nodes/TwitchPointRedemptionListener.tscn diff --git a/nodes/twitch_chat_command_listener.gd b/addons/TwitchGod/nodes/twitch_chat_command_listener.gd similarity index 100% rename from nodes/twitch_chat_command_listener.gd rename to addons/TwitchGod/nodes/twitch_chat_command_listener.gd diff --git a/nodes/twitch_chat_message_listener.gd b/addons/TwitchGod/nodes/twitch_chat_message_listener.gd similarity index 100% rename from nodes/twitch_chat_message_listener.gd rename to addons/TwitchGod/nodes/twitch_chat_message_listener.gd diff --git a/nodes/twitch_chat_regex_listener.gd b/addons/TwitchGod/nodes/twitch_chat_regex_listener.gd similarity index 100% rename from nodes/twitch_chat_regex_listener.gd rename to addons/TwitchGod/nodes/twitch_chat_regex_listener.gd diff --git a/nodes/twitch_event_listener.gd b/addons/TwitchGod/nodes/twitch_event_listener.gd similarity index 100% rename from nodes/twitch_event_listener.gd rename to addons/TwitchGod/nodes/twitch_event_listener.gd diff --git a/nodes/twitch_point_redemption_listener.gd b/addons/TwitchGod/nodes/twitch_point_redemption_listener.gd similarity index 100% rename from nodes/twitch_point_redemption_listener.gd rename to addons/TwitchGod/nodes/twitch_point_redemption_listener.gd diff --git a/twitch_events.gd b/addons/TwitchGod/twitch_events.gd similarity index 100% rename from twitch_events.gd rename to addons/TwitchGod/twitch_events.gd diff --git a/twitch_god.gd b/addons/TwitchGod/twitch_god.gd similarity index 100% rename from twitch_god.gd rename to addons/TwitchGod/twitch_god.gd diff --git a/twitch_scopes.gd b/addons/TwitchGod/twitch_scopes.gd similarity index 100% rename from twitch_scopes.gd rename to addons/TwitchGod/twitch_scopes.gd