From c6c31d216c997256ff2736147166f2b065d482bb Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 10:25:09 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 8ac68ad..b9552c6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ Ellie Discord Bot ©2018-2022 Emotion#6522 + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ![](https://cdn.discordapp.com/attachments/765441543100170271/914327948667011132/Ellie_Concept_2_transparent_ver.png?size=2048) @@ -42,3 +45,23 @@ If you would like to see our progress you can view our [changelog](CHANGELOG.md) ## Licence You can view the license for this repo in [LICENSE](LICENSE) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Emotion

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 5ccb36734e6c8e52067e14ba22543cba04955426 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 10:25:10 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..eea9acf --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "EmotionChild", + "name": "Emotion", + "avatar_url": "https://avatars.githubusercontent.com/u/36905598?v=4", + "profile": "https://www.emotionchild.com", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Ellie-v4", + "projectOwner": "EllieBotDevs", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}