This project purpose is to log message in WPU Discord Server and add some additional feture such as emoji and sticker. We hope in the future we can use this analythics tools for the greater good. Built with Discord.js, Prisma.
git clone "this repo"Import provided database to mysql initial.sql
Rename .env.examples to .env.
Fill the detail with your own server information
Then, install node module
npm installThen, generate prisma
npx prisma db pull
npx prisma generateNaufal Hakim – @manh21_ – mail@naufalhakim.my.id
Distributed under the Apache-2.0 license. See LICENSE for more information.
https://github.com/manh21
- Fork it (https://github.com/manh21/wpu-analytics/fork)
- Create your feature branch (
git checkout -b feature/fooBar) - Commit your changes (
git commit -am 'Add some fooBar') - Push to the branch (
git push origin feature/fooBar) - Create a new Pull Request