A Discord Bot connected to your Pterodactyl API.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: main script

authored by

cosmeak and committed by
Cosmeak
6d9a6a83 a6562709

+4
+4
src/main.js
··· 1 + const Bot = require("./services/Bot.js"); 2 + 3 + const bot = new Bot(); 4 + bot.run();