Skip to content

Instantly share code, notes, and snippets.

View MGalaCyber's full-sized avatar
🌏
GalaXd#9165 | galaxd1274

GalaXd MGalaCyber

🌏
GalaXd#9165 | galaxd1274
View GitHub Profile
@Neodevils
Neodevils / file-from-daki-messages.md
Created November 13, 2023 21:09
Connecting Your GitHub Repository to Pterodactyl Panel

Step 0. If you have a private repository

First create a personal access token as instructed on https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.

Skip step 1, go to 2, remove # from all the lines except first one and fill your details.

Step 1. Cloning your repository.

Set your startup command 1 to git clone https://github.com/awesumperson/bot (change the URL to the URL of your repo) in Daki panel settings, then run the bot. This should clone your repository into a folder inside your Daki container, which you should be then able to see inside Daki file manager. ‎

// Poll example Discord.js V14.15.1
import { PollData, PollLayoutType } from 'discord.js';
const poll: PollData = {
question: {
text: 'PHP is good?',
},
answers: [
{