Adding links to badges

This commit is contained in:
Casper 2019-09-21 18:39:42 +02:00 committed by GitHub
parent e228262b0d
commit ee3cf05a5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,30 @@
#
<p align="center">
<img alt="Solero Discord" src="https://img.shields.io/discord/323290581063172096?color=7289DA&label=discord">
<img alt="Solero Forum" src="https://img.shields.io/discourse/https/solero.me/topics?color=73afb6">
<img alt="Issue Tracker" src="https://img.shields.io/github/issues/solero/houdini-asyncio">
<img alt="License" src="https://img.shields.io/github/license/solero/houdini-asyncio">
<a href="https://discord.gg/UPnWKfh">
<img
alt="Solero Discord"
src="https://img.shields.io/discord/323290581063172096?color=7289DA&label=discord"
/>
</a>
<a href="https://solero.me">
<img
alt="Solero Forum"
src="https://img.shields.io/discourse/https/solero.me/topics?color=73afb6"
/>
</a>
<a href="https://github.com/Solero/Houdini-asyncio/issues">
<img
alt="Issue Tracker"
src="https://img.shields.io/github/issues/solero/houdini-asyncio"
/>
</a>
<a href="./LICENSE">
<img
alt="License"
src="https://img.shields.io/github/license/solero/houdini-asyncio"
/>
</a>
</p>
<p align="center">A lightning-fast Club Penguin Private Server written in Python 3.</p>
@ -17,11 +37,11 @@
## Features :space_invader:
* :clock3: **Cross-era**: Different clients can play together on the same server.
* :exclamation: **Commands**: Built-in extensible commands API.
* :electric_plug: **Powerful Plugin API**: Easy and quick to write your own plugins.
* :speech_balloon: **Chat-filter**: Filter trolls with minimal configuration.
* :shield: **Permissions**: API to restrict access to server functionality & commands.
- :clock3: **Cross-era**: Different clients can play together on the same server.
- :exclamation: **Commands**: Built-in extensible commands API.
- :electric_plug: **Powerful Plugin API**: Easy and quick to write your own plugins.
- :speech_balloon: **Chat-filter**: Filter trolls with minimal configuration.
- :shield: **Permissions**: API to restrict access to server functionality & commands.
## Installation
@ -43,6 +63,7 @@ $ python bootstrap.py Login
<img alt="Screenshot" width="700px" src="https://user-images.githubusercontent.com/32749673/64743891-854ef400-d4f9-11e9-8d78-9d73493eb04d.png">
## Contributing
:heartpulse: So glad to hear of your interest!
If you have suggestions for how this project can be improved, or want to report a bug, please feel free to open an issue! We welcome any and all contributions. We listen to all your questions and are always active on the [Solero Discord server](https://solero.me/discord).
@ -50,4 +71,5 @@ If you have suggestions for how this project can be improved, or want to report
Please note that in this early stage of development we cannot take requests for vanilla Club Penguin features!
## License
MIT Licensed
MIT Licensed