From 6531f240ffadb26ce6ceaf038d739c0c8b8a267c Mon Sep 17 00:00:00 2001 From: Bhargav <26331505+ed789d0@users.noreply.github.com> Date: Fri, 10 May 2024 15:37:39 -0400 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4564e14..d9cd918 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,9 @@

Quotobot

(KWO-toe-bot)
An open source Discord bot that displays 200+ hand-curated quotes, tells you the weather, fetches stock and League info, and more!

-[![top.gg stats](https://top.gg/api/widget/746889272992464958.svg)](https://top.gg/bot/746889272992464958) - [![Click to invite to your server](https://img.shields.io/static/v1?label=Invite%20to&message=your%20server&color=7289DA&logo=Discord)][inv] [![Number of quotes](https://img.shields.io/badge/dynamic/yaml?color=blue&label=quotes&query=%24.count&url=https%3A%2F%2Fraw.githubusercontent.com%2FTeam-Gigabyte%2Fquotobot%2Fmaster%2Fdb%2Fquotes.count.yml)](https://github.com/Team-Gigabyte/quotobot/blob/master/db/quotes.db.csv) - -![CI](https://github.com/Team-Gigabyte/quotobot/workflows/CI/badge.svg) -[![DeepScan grade](https://deepscan.io/api/teams/10906/projects/13838/branches/243095/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=10906&pid=13838&bid=243095) -[![DeepSource](https://deepsource.io/gh/Team-Gigabyte/quotobot.svg/?label=active+issues)](https://deepsource.io/gh/Team-Gigabyte/quotobot/?ref=repository-badge) -[![GitHub license](https://img.shields.io/github/license/Team-Gigabyte/quotobot)](https://github.com/Team-Gigabyte/quotobot/blob/master/LICENSE) -[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Team-Gigabyte/quotobot?logo=github&sort=semver)](https://github.com/Team-Gigabyte/quotobot/releases/latest) - - ![Quotes screenshot](https://raw.githubusercontent.com/Team-Gigabyte/quotobot/master/img/Demo%20Picture.png) ![Weather screenshot](https://raw.githubusercontent.com/Team-Gigabyte/quotobot/master/img/Weather%20Demo.png) @@ -25,8 +15,15 @@ ## 🤔 [Need to see a list of commands? Click here.](../../wiki/Help) ([Alternate Link](https://github.com/Team-Gigabyte/quotobot/wiki/Help)) ## 👨‍💻 [Do you want to host and tweak the bot yourself? Click here.](../../wiki/Hosting) ([Alternate Link](https://github.com/Team-Gigabyte/quotobot/wiki/Hosting)) +[![top.gg stats](https://top.gg/api/widget/746889272992464958.svg)](https://top.gg/bot/746889272992464958) + # Technical Notes -![Built with JS](https://img.shields.io/static/v1?label=built%20with&message=JS&color=yellow&logo=javascript) +![Built with JS](https://img.shields.io/static/v1?label=built%20with&message=JS&color=yellow&logo=javascript) +![CI](https://github.com/Team-Gigabyte/quotobot/workflows/CI/badge.svg) +[![DeepScan grade](https://deepscan.io/api/teams/10906/projects/13838/branches/243095/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=10906&pid=13838&bid=243095) +[![DeepSource](https://deepsource.io/gh/Team-Gigabyte/quotobot.svg/?label=active+issues)](https://deepsource.io/gh/Team-Gigabyte/quotobot/?ref=repository-badge) +[![GitHub license](https://img.shields.io/github/license/Team-Gigabyte/quotobot)](https://github.com/Team-Gigabyte/quotobot/blob/master/LICENSE) +[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/Team-Gigabyte/quotobot?logo=github&sort=semver)](https://github.com/Team-Gigabyte/quotobot/releases/latest) This bot mainly uses Node.js and Discord.js. The quotes are stored in an SQLite database and accessed using the `sqlite3` module. The weather comes from [OpenWeatherMap](https://openweathermap.org/), stock data comes from [Finnhub](https://finnhub.io/), and League stats come from the [official Riot API](https://developer.riotgames.com/). (If you want to see the quotes without using SQLite, take a look at the [quotes.db.csv](./db/quotes.db.csv) file.) @@ -43,7 +40,7 @@ Thank you to: # Contribute Any pull requests are appreciated. If you want to add quotes, you can follow [the quote-adding process](https://github.com/Team-Gigabyte/quotobot/wiki/Hosting#bulk-csv-method-recommended) on a fork, but only do step 1 and submit the pull request. Or, if you have problems with that process, open a GitHub issue with the quote, author, and a source (website that has the quote). # License -This project is licensed under the [MIT](https://github.com/Team-Gigabyte/quotobot/blob/master/LICENSE). You can use it for pretty much anything as long as you credit us. +This project is licensed under the [MIT](https://github.com/Team-Gigabyte/quotobot/blob/master/LICENSE) license. You can use it for pretty much anything as long as you credit us. However, if you use the quotes from our database, you must put credit in the same place where you display the quote. # Donate? [![Donate today](https://img.shields.io/static/v1?label=donate&message=today&color=green)](https://github.com/Team-Gigabyte/donate)