Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

TymonMarek/nebulous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nebulous

nebulous is a future-proof, production-ready, and open-source Discord bot built with TypeScript and Discord.js.

Warning

This project has been archived and is no longer maintained, if you to create your own Discord bot, I recommend checking out Discord.JS.

Features

  • 🚀 Future-Proof: Designed with scalability and maintainability in mind.
  • 🔥 Production-Ready: Optimized for real-world use with best practices.
  • 🆓 Open-Source: Available for anyone to contribute and improve.
  • 🎯 Discord.JS: Utilizes the latest Discord.JS features for seamless bot interactions.

Getting Started

Prerequisites

Ensure you have the following:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/nebulous.git
    cd nebulous
  2. Install dependencies:

    npm install
    # or
    yarn install

Configuration

  1. Create a .env file in the root directory and add the following:

    token=your-bot-token
    clientId=your-client-id

    Replace your-bot-token and your-client-id with your bot's token and client ID from Discord Developer Application.

Running the Bot

To start the bot in development mode:

npm run dev
# or
yarn dev

To run in production:

npm start
# or
yarn start

Contributing

We welcome contributions! Feel free to submit issues and pull requests.

License

This project is licensed under the MIT License.

Contact

About

A future-proof, produciton-ready, and open-source Discord bot made using TypeScript and DiscordJS.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors