Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 666 Bytes

Tux

A Discord bot used by the GLUA Discord server

Setup

  1. Clone the repository
  2. Install dependencies with npm install
  3. Copy .env.example to .env and fill in the values
  4. Build the project with npm run build
  5. Run the project with npm start

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/MyFeature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/MyFeature)
  5. Create a new Pull Request

License

This project is licensed under the GNU GPLv3 License - see the LICENSE file for details