Skip to content

Instantly share code, notes, and snippets.

View afsan377's full-sized avatar

afsan377

  • Joined Oct 5, 2025
View GitHub Profile
{
"name": "fp-skyblock-bot",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^14.11.0",
"dotenv": "^16.0.0",
// FP Skyblock Giveaways Bot - Clean Version
const { Client, GatewayIntentBits, Partials, EmbedBuilder } = require('discord.js');
require('dotenv').config();
const ms = require('ms');
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,