Skip to content

Vabolos/Discord.ts-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordTS bot template

How to run?

  • Create the "config.json" file in the /src dir:

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

    npm i tsc-watch

  • 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