Skip to content

Nivedck/Discord_Countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countdown Eve: A Discord Bot for 2025 🎉

Description

Countdown Eve is a Discord bot designed to make the countdown to 2025 interactive, fun, and memorable. With features like real-time countdowns, challenges, motivational messages, and mini-games, this bot keeps the excitement alive in any Discord server.


Features

  • 🕰️ Real-Time Countdown: Tracks the time left until 2025.
  • 🎮 Fun Challenges: Daily trivia, games, and competitions.
  • 🌟 Motivational Messages: Inspiring quotes and festive updates.
  • 📅 Reminders & Goals: Set personal goals or event reminders.
  • 🪅 Mini-Games: Quick, engaging games for users.

Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js (v16.9.0 or later)
  • npm (Node Package Manager)

Installation

  1. Clone the repository:
    git clone https://github.com/Nivedck/Discord_Countdown.git
    cd Discord_Countdown
  2. Install dependencies:
    npm install
  3. Create a .env file in the root directory and add the following:
    DISCORD_TOKEN=your_discord_bot_token
    CLIENT_ID=your_client_id
    GUILD_ID=your_guild_id

Usage

  1. Start the bot:
    node src/index.js
  2. Invite the bot to your server using the OAuth2 URL from the Discord Developer Portal.
  3. Use the command !countdown to view the countdown to 2025.

Project Structure

countdown-eve-bot/
├── src/
│   ├── commands/
│   │   ├── countdown.js
│   │   └── challenges.js
│   ├── events/
│   │   └── ready.js
│   └── index.js
├── .env
├── package.json
├── requirements.txt
└── README.md

Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Commit your changes and push:
    git push origin feature/your-feature-name
  4. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


Let’s make 2025 unforgettable! 🎆

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published