An open API service indexing awesome lists of open source software.

https://github.com/devsubid/discord-bot

Discord bot using node.js
https://github.com/devsubid/discord-bot

discord-bot nodejs typescript

Last synced: 3 months ago
JSON representation

Discord bot using node.js

Awesome Lists containing this project

README

          

# Discord Bot

A Discord BOT using Node.js in typescript ✨

## πŸ“‘ Quick Start

> **_Warning_**: This BOT is not yet ready for production. It is still in development. 🚧
>
> ### Requirements:
>
> - [TypeScript v4](https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html)
> - [Node.js v18](https://nodejs.org/)
> - Atleast 1vCPU , 512MB RAM and 40GB Storage.

### Steps:

0. Create **New Application** [BOT] from [Discord Developer Portal](https://discord.com/developers/applications) and add this to your Discord Server with proper _Bot Permissions_ and _Privileged Gateway Intents_.

1. `Star⭐` this Repo to get updates.

2. Clone this Repo:

```bash
git clone https://github.com/itsme-Subid/Discord-Bot.git
```

Or, [Download](https://github.com/itsme-Subid/Discord-Bot/archive/refs/heads/main.zip) as a `zip` file.

3. Install all dependencies and devDependencies:

```bash
npm i
```

4. Rename the `.env.example` file to `.env` and fill the credentials properly.

5. Start the `Bot` in `Production`:

```bash
npm start
```

Or, Start the `Bot` in `Development environment`:

```bash
npm run dev
```

6. Complete the **CAPTCHA**. πŸ’‘

7. Use the BOT πŸŽ‰