Skip to content
/ Discord.ts-template Public template

🤖 This is a template repo for discord.ts bots

Notifications You must be signed in to change notification settings

Vabolos/Discord.ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 DiscordTS Bot Template

🚀 How to Run?

  1. Create the config.json file in the /src directory:

    {
        "token": "",
        "clientId": "",
        "guildId": ""
    }
  2. Install the tsc-watch package:

    npm i tsc-watch
  3. Run the bot:

    npm run start

🖥️ Should Look Like This:

Starting compilation in watch mode...
Found 0 errors. Watching for file changes.
Ready!
Logged in as TicketBot#7602!

🔄 Reloading Commands:

npm run reload

About

🤖 This is a template repo for discord.ts bots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published