Skip to content

quellenforschung/Discord-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source code of Tuagh's Discord bot.
If you want to get more information or help us by contributing in this project, we would like to see you in our Discord server.

Additional information

This project is in a really early state. It may contain major bugs.

Requirements

  • Git
  • Node
  • TypeScript: (open a terminal and type npm install -g typescript)
  • Nodemon: (open a terminal and type npm install -g nodemon)

Development

# install dependencies      or
npm install                 npm i

# compile to JS             or for a just-in-time compiler (recommended)
tsc                         tsc -w

# host local server         or
npm run start               npm start

Releases

No releases published

Packages

No packages published