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