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
- Host: GitHub
- URL: https://github.com/devsubid/discord-bot
- Owner: devsubid
- License: gpl-3.0
- Created: 2022-12-19T14:09:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T21:49:23.000Z (about 3 years ago)
- Last Synced: 2025-02-12T22:51:26.110Z (about 1 year ago)
- Topics: discord-bot, nodejs, typescript
- Language: TypeScript
- Homepage: https://github.com/itsme-Subid/Discord-Bot
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 π