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

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.

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