https://github.com/rovelstars/discord-list
Imagine a place - where you get to find everything about discord! Ranging from botlist, to users, servers, templates, banners, stickers and emojis!
https://github.com/rovelstars/discord-list
bot bot-list botlist bots dark-theme discord discord-bot discord-bot-list discordbot discordbotlist discordjs discordlist list nodejs serverlist
Last synced: about 1 month ago
JSON representation
Imagine a place - where you get to find everything about discord! Ranging from botlist, to users, servers, templates, banners, stickers and emojis!
- Host: GitHub
- URL: https://github.com/rovelstars/discord-list
- Owner: rovelstars
- License: gpl-3.0
- Created: 2021-01-16T12:16:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T18:41:48.000Z (about 1 month ago)
- Last Synced: 2025-04-13T00:47:02.837Z (about 1 month ago)
- Topics: bot, bot-list, botlist, bots, dark-theme, discord, discord-bot, discord-bot-list, discordbot, discordbotlist, discordjs, discordlist, list, nodejs, serverlist
- Language: TypeScript
- Homepage: https://discord.rovelstars.com
- Size: 2.29 MB
- Stars: 232
- Watchers: 2
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
![]()
Rovel Discord List
Imagine a better place - where you can find everything about discord!
---
### Dark Theme

### Light Theme

---
### Looking for the old version?
It's publicly archived at [rovelstars/discord-list-old](https://github.com/rovelstars/discord-list-old).
---
## License Notice

This project is licensed under the GNU GPLv3 License. You can view the license [here](LICENSE).
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.---
## Self Hosting
We use Astro to build the website. To run the website locally, you need to have Node.js installed on your machine. If you don't have Node.js installed, you can download it from [here](https://nodejs.org/). Alternatively, feel free to use [Bun](https://bun.sh) to run the website locally. Our current project is configured to build for Netlify, if you want to build for Vercel, you can change the configuration in the `astro.config.js` file. The same goes for other platforms.
### Running the website locally
1. Clone the repository
```bash
git clone https://github.com/rovelstars/discord-list
```2. Change the directory to the project directory
```bash
cd discord-list
```At this point, you should fill in the required environment variables in the `.env` file. You can copy the `.env.example` file and rename it to `.env`.
3. Install the dependencies
```bash
npm install # or bun install if you are using Bun
```4. Run the website
```bash
npm run dev # or bun dev if you are using Bun
```---
This project is kept open source so we are transparent in our services, as well as interested people can contribute to it.
> Thank you for your time, love and support that make this project possible!
# Stargazers
[](https://github.com/rovelstars/discord-list/stargazers)
# Forkers
[](https://github.com/rovelstars/discord-list/network/members)