https://github.com/burakbehlull/discord-bot-typescript
A discord bot infrastructure written in typescript. Discord Typescript Bot Template.
https://github.com/burakbehlull/discord-bot-typescript
discord-bot discord-bot-template discord-bot-template-ts discord-bot-typescript discord-slash-commands discord-ts discord-ts-bot discordjs-bot ts-node
Last synced: about 1 month ago
JSON representation
A discord bot infrastructure written in typescript. Discord Typescript Bot Template.
- Host: GitHub
- URL: https://github.com/burakbehlull/discord-bot-typescript
- Owner: burakbehlull
- License: apache-2.0
- Created: 2024-06-30T17:29:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T22:28:53.000Z (10 months ago)
- Last Synced: 2025-02-05T08:51:11.996Z (3 months ago)
- Topics: discord-bot, discord-bot-template, discord-bot-template-ts, discord-bot-typescript, discord-slash-commands, discord-ts, discord-ts-bot, discordjs-bot, ts-node
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discordjs Bot Typescript
> Run: **npm run dev** or **yarn dev**
| Command | Comment |
| ------ | ------ |
| npm run build | Compiles typescript files to javascript |
| npm start | Runs compiled javascript files |Fill in the ` .env ` file within the project with your information:
```
TOKEN =
BOT_ID =
```### contents:
* events loader
* slash commands loader
* deploy command
* defined types