From c312c20af501d3523c817ab93a641746efa86278 Mon Sep 17 00:00:00 2001 From: Klemek Date: Wed, 13 Nov 2019 15:12:58 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a51960b..ac19553 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ +[![Scc Count Badge](https://sloc.xyz/github/klemek/discord-analyst/?category=code)](https://github.com/boyter/scc/#badges-beta) +[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Klemek/discord-analyst.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Klemek/discord-analyst/context:python) +[![Total alerts](https://img.shields.io/lgtm/alerts/g/Klemek/discord-analyst.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Klemek/discord-analyst/alerts/) + # Discord Analyst When you need statistics about your discord server +* `%help (command)` - info about commands +* `%info` - version and uptime * `%emotes` - gives you a full ranking of the server emotes by usage -* `%emotes #channel` - same for a specific channel -* `%emotes @member` - same for a specific member of this server + * Be more specific by adding some `@member` or `#channel` in arguments ## Running this bot @@ -37,4 +42,4 @@ You will need: ``` python3 bot.py -``` \ No newline at end of file +```