From c6497adcda46f6dd64a9b9740a67e028cb43bf69 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 04:08:11 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index fa1d711..30c86b4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Ellie Discord Bot ©2018-2022 EllieBotDevs + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) @@ -69,6 +72,19 @@ To learn more about this license follow the link above or you can view it in the ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +

AidanTheBandit

💻
+ + + + + From b7b3dca3993bc57c414798a31aa5b2a888121c2f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 3 Sep 2022 04:08:12 +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..a17082e --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "AidanTheBandit1", + "name": "AidanTheBandit", + "avatar_url": "https://avatars.githubusercontent.com/u/84136868?v=4", + "profile": "http://banditco.dev", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Ellie-bot", + "projectOwner": "EllieBotDevs", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}