Discord-Bot-TypeScript-Template icon indicating copy to clipboard operation
Discord-Bot-TypeScript-Template copied to clipboard

Discord bot - A discord.js bot template written with TypeScript.

Results 10 Discord-Bot-TypeScript-Template issues
Sort by recently updated
recently updated
newest added
trafficstars

Using `yarn run commands:register` returns a Discord API Error. ``` [2022-09-02 19:02:21.228] ERROR: An error occurred while running a command action. err: { "type": "DiscordAPIError", "message": "Bots cannot use this...

bug

start-bot.ts requires the importation of command classes through the index.ts. then, there is a command array created: ```ts let commands: Command[] = [ // Commands // Chat Commands // _Admin...

enhancement

Hi. First of all, thanks a lot for this template. It's excellent to have it. Would it be possible to add a hot reload to it? Would be great if...

enhancement
good first issue

![Error image](https://github.com/KevinNovak/Discord-Bot-TypeScript-Template/assets/101001006/1ad12518-b4bd-47c2-85b8-a45b857b0ad0) How can i fix this?

Perhaps it's an idea, e.g. if you only want a minimal version without sharding there is a branch which gives a minimal version of the template. This is only an...

Hi, It adds script which enables hot reload via nodemon, ts-node and tsc-watch. This is based on the guidelines posted in the issue #57

In the `.vscode/launch.json`, I am getting "Property protocol is not allowed.". Is this true and it should be removed?