Skip to content

ThatSINEWAVE/Discord-Member-Counter

Repository files navigation

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.

Discord-Member-Counter

Features

  • 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.

How to Use

  1. Visit the web interface.
  2. Input the server invite link into the designated field.
  3. Click the "Send" button.
  4. The interface will display the total members and online members of the server.
  5. The information will update automatically every 30 seconds.

Using Locally

  1. Clone this repository to your local machine.
  2. Open the index.html file in a web browser.
  3. Input the server invite link into the designated field.
  4. Click the "Send" button.
  5. The interface will display the total members and online members of the server.
  6. The information will update automatically every 30 seconds.

File Structure

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)

Contributing

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.

License

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.