Discord-Bot-TypeScript-Template
Discord-Bot-TypeScript-Template copied to clipboard
Discord bot - A discord.js bot template written with TypeScript.
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...
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...
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...
 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?