Skip to content

Commit

Permalink
(maint) update contributors
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mkevenaar committed May 29, 2022
1 parent f8c8492 commit 2de9e98
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 12 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"review",
"code"
]
},
{
"login": "Stones8000",
"name": "Stones8000",
"avatar_url": "https://avatars.githubusercontent.com/u/79322708?v=4",
"profile": "https://github.com/Stones8000",
"contributions": [
"bug",
"ideas"
]
}
],
"contributorsPerLine": 7,
Expand All @@ -45,5 +55,6 @@
"projectOwner": "mkevenaar",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
"skipCi": true,
"commitConvention": "none"
}
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ trim_trailing_whitespace = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ A Discord bot written in NodeJS

You can invite the bot that I host with this link:

[![Add to my server](https://img.shields.io/badge/Add%20to%20my%20server-Nick%20Nelson-green?logo=discord)](https://discord.com/oauth2/authorize?client_id=969889333156937740&scope=applications.commands%20bot&permissions=414531931206)
[![Add to my server](https://img.shields.io/badge/Add%20to%20my%20server-Nick%20Nelson-green?logo=discord)](https://nickandcharliebots.net/nick)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

## Contributors ✨
Expand All @@ -27,6 +27,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="https://github.com/davidzwa"><img src="https://avatars.githubusercontent.com/u/6005355?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Zwart</b></sub></a><br /><a href="https://github.com/mkevenaar/NickNelson/commits?author=davidzwa" title="Code">💻</a> <a href="https://github.com/mkevenaar/NickNelson/issues?q=author%3Adavidzwa" title="Bug reports">🐛</a> <a href="https://github.com/mkevenaar/NickNelson/commits?author=davidzwa" title="Tests">⚠️</a> <a href="https://github.com/mkevenaar/NickNelson/pulls?q=is%3Apr+reviewed-by%3Adavidzwa" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://ludoviko.ch"><img src="https://avatars.githubusercontent.com/u/4950364?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ludoviko</b></sub></a><br /><a href="#ideas-Lucxjo" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/mkevenaar/NickNelson/pulls?q=is%3Apr+reviewed-by%3ALucxjo" title="Reviewed Pull Requests">👀</a></td>
<td align="center"><a href="https://kevenaar.name/"><img src="https://avatars.githubusercontent.com/u/834643?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Maurice Kevenaar</b></sub></a><br /><a href="#infra-mkevenaar" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/mkevenaar/NickNelson/pulls?q=is%3Apr+reviewed-by%3Amkevenaar" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/mkevenaar/NickNelson/commits?author=mkevenaar" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/Stones8000"><img src="https://avatars.githubusercontent.com/u/79322708?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Stones8000</b></sub></a><br /><a href="https://github.com/mkevenaar/NickNelson/issues?q=author%3AStones8000" title="Bug reports">🐛</a> <a href="#ideas-Stones8000" title="Ideas, Planning, & Feedback">🤔</a></td>
</tr>
</table>

Expand Down

0 comments on commit 2de9e98

Please sign in to comment.