Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Nosaria-Mc/Bot-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bot-Template

This repository is a template for make a custom discord bot written in TypeScript.

Requirement

TypeScript MySql DiscordJS NodeJS

How to use

  • 1 : Download this repository and extract the file in a folder
  • 2 : Copy the .env.example and rename it .env or simply rename it
  • 3 : Run this command npm install
  • 4 : In the .env replace YOURTOKEN123 by your token (line 1)
  • 5 : Launch your bot with this command npm run start

How to modify the bot ?

Go into the folder named src and change the index.ts file or create another file.

If you create another file, dont forget to load it in your main class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published