diff --git a/twitchbot/bot.go b/bot.go similarity index 100% rename from twitchbot/bot.go rename to bot.go diff --git a/twitchbot/builder.go b/builder.go similarity index 100% rename from twitchbot/builder.go rename to builder.go diff --git a/twitchbot/client.go b/client.go similarity index 100% rename from twitchbot/client.go rename to client.go diff --git a/test.go b/examples/test.go similarity index 100% rename from test.go rename to examples/test.go diff --git a/twitchbot/parser.go b/parser.go similarity index 100% rename from twitchbot/parser.go rename to parser.go