Skip to content

Commit

Permalink
info for sam the pokemon added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Jul 21, 2016
1 parent 010c92e commit 1e49a26
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .grunt/grunt-gh-pages/gh-pages/src
Submodule src updated from 54c3af to f62298
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,5 @@ module.exports = function (grunt) {
}
});
*/

};
Binary file added app/images/sam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/images/samico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions app/scripts/services/botsdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,14 @@ angular.module('happybotsApp')
messengerUrl: "http://m.me/alex.wikimessenger",
githubUrl: "https://github.com/patriciamayo/Alex-wikiMessenger"
},
"sam" : {
name: "Sam",
id: "sam",
description: "A Pokemon bot for messenger to help you win in Pokemon Go",
imageSrc:"images/sam.png",
imageBgSrc:"images/alexBg5.jpg",
icoSrc:"images/samico.png",
messengerUrl: "http://m.me/sam.pokemessenger",
githubUrl: "http://sandoche.com"
},
});

0 comments on commit 1e49a26

Please sign in to comment.