Skip to content

steffiau/discord-bot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Starter

How To Use

# Clone this repository
$ git clone [email protected]:steffiau/discord-bot-starter.git

# Go into the repository
$ cd discord-bot-starter

# Create a .env file and add your discord bot token like follow
TOKEN=your_token_here

# In bot-config.ts, change the prefix that would be used to ping your bot in discord chat
export const prefix = "your_choice_of_prefix";

# Install dependencies
$ npm install

# Run the app
$ npm start

License

MIT

About

A template to quickly create simple discord chat bots.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published