This project provides a simple web interface to display information about a Discord server's member count. Users can input a server invite link, and the interface will show the total members and online members in real-time.
- Real-Time Updates: The member count information is updated every 30 seconds to provide the latest data.
- Responsive Design: The interface is designed to work well on various screen sizes, including mobile devices.
- Dark/Light Theme: Users can toggle between dark and light themes for better readability.
- Visit the web interface.
- Input the server invite link into the designated field.
- Click the "Send" button.
- The interface will display the total members and online members of the server.
- The information will update automatically every 30 seconds.
- Clone this repository to your local machine.
- Open the
index.html
file in a web browser. - Input the server invite link into the designated field.
- Click the "Send" button.
- The interface will display the total members and online members of the server.
- The information will update automatically every 30 seconds.
Discord-Member-Counter/
│
├── index.html # HTML file for the web interface
├── script.js # JavaScript file for functionality
├── styles.css # CSS file for styling
└── site-data/ # Directory for site data (favicon, icons)
If you find any issues or have suggestions for improvements, feel free to contribute by submitting a pull request or opening an issue on GitHub.
This repository is provided under the MIT License. By utilizing the contents of this repository, you agree to abide by the terms of this license.