diff --git a/repository/bots/twitch/category.yml b/repository/bots/twitch/category.yml new file mode 100644 index 0000000..ff5f46b --- /dev/null +++ b/repository/bots/twitch/category.yml @@ -0,0 +1,9 @@ +- name: PhantomBot + description: PhantomBot is an actively developed open source interactive Twitch bot + id: phantombot + type: egg + +- name: SogeBot + description: Free Twitch Bot built on Node.js + id: sogebot + type: egg \ No newline at end of file diff --git a/repository/bots/twitch/phantombot/egg.yml b/repository/bots/twitch/phantombot/egg.yml new file mode 100644 index 0000000..d8d3a37 --- /dev/null +++ b/repository/bots/twitch/phantombot/egg.yml @@ -0,0 +1,4 @@ +name: PhantomBot +description: PhantomBot is an actively developed open source interactive Twitch bot +readme: true +download: egg-phantom-bot.json \ No newline at end of file diff --git a/repository/bots/twitch/sogebot/egg.yml b/repository/bots/twitch/sogebot/egg.yml new file mode 100644 index 0000000..f8fad3e --- /dev/null +++ b/repository/bots/twitch/sogebot/egg.yml @@ -0,0 +1,4 @@ +name: SogeBot +description: Free Twitch Bot built on Node.js +readme: true +download: egg-soge-bot.json \ No newline at end of file