Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
token="MTIwMTE0MTA1OTU2OTMzMjI2NA.GcQ_h3.AkSjV0fMwm5jdopkAg-peJF8XuMUDs2uqaz1ag"
11 changes: 11 additions & 0 deletions command.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
const { ActionRowBuilder, ButtonBuilder, EmbedBuilder, ButtonStyle } = require('discord.js');

module.exports = {
name: 'שם הפקודה',
aliases: ["אפשרויות נוספות לכתיבת הפקודה"],
description: 'תיאור',
cooldown: 5,
async execute(message, args) {

},
};
Loading