No description
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-02-13 19:12:36 +01:00
pic add: README content 2022-02-13 19:12:36 +01:00
src improved: embed layout 2022-02-13 19:07:53 +01:00
.env.example add: topgg user GET request for more information 2022-02-13 18:33:30 +01:00
.gitignore add: main express setup 2022-02-13 16:34:42 +01:00
LICENSE Initial commit 2022-02-13 16:10:03 +01:00
package-lock.json add: base for discord webhook setup 2022-02-13 17:37:52 +01:00
package.json add: base for discord webhook setup 2022-02-13 17:37:52 +01:00
README.md add: README content 2022-02-13 19:12:36 +01:00
tsconfig.json add: main typescript / node file setup 2022-02-13 16:21:36 +01:00

Top.gg-discordVoteNotify

A Node.js application, written in TypeScript, to send an embed message via webhook when a user voted your Discord bot on Top.gg!

Actively used with my Discord Bot: FireFly.

Installation

npm install

Start (Development)

npm run starat

Build (Production)

npm run build