Skip to content

jdcheek/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puckhead

A Discord bot for displaying NHL games and scores using the NHL api documented by Drew Hines and Discord.js

Installation

Clone repository

git clone https://github.com/jdcheek/discord-bot.git

Create a config.json in root directory

touch config.json

Add your bot token, guild id, and client id to config.json.

{
"token": "your-bot-token-here",
"guildId": "guild-id",
"clientId": "client-id"
}

Usage

# run dev server
npm run dev

# run build
npm run build

# run clean build
npm run clean

# start build
npm run start

# build and start
npm run deploy

License

MIT

About

TypeScript discord bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors