asdc
asdc
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
content veriyor
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
messageyi
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
logladığım zaman çalışıyor
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
evet
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
teşekkür ederim
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
yaptım eywallah
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
özel mesaj felan
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
kullanıyorum cünkü
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
genel olarak hepsini yazdım
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
No description
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
diyor mesela
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
GatewayIntentBits yaptığım zaman Invalid bitfield flag or number: undefined.
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
2 saat kafa yordum chatgptye bile sordum 😄
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
çalışmıyor
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
kullandığım zamanda
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
33280 yaptığım zaman hiç bir event çalışmıyor direkt bot inaktif oluyor
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
Açık hepsi
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
No description
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
<ref *1> Message {
channelId: '1358116456369356803',
guildId: '1358063944065089679',
id: '1359646447343108228',
createdTimestamp: 1744235374056,
type: 0,
system: false,
content: '',
author: User {
id: '819202682186104842',
bot: false,
system: false,
flags: UserFlagsBitField { bitfield: 4194304 },
username: 'mahrumiyet',
globalName: null,
discriminator: '0',
avatar: '84bb7395546c96d962a1e0287b464a5e',
banner: undefined,
accentColor: undefined,
avatarDecoration: null,
avatarDecorationData: null
},
pinned: false,
tts: false,
nonce: '1359646456482365440',
embeds: [],
components: [],
attachments: Collection(0) [Map] {},
stickers: Collection(0) [Map] {},
position: null,
roleSubscriptionData: null,
resolved: null,
editedTimestamp: null,
reactions: ReactionManager { message: [Circular *1] },
mentions: MessageMentions {
everyone: false,
users: Collection(0) [Map] {},
roles: Collection(0) [Map] {},
_members: null,
_channels: null,
_parsedUsers: null,
crosspostedChannels: Collection(0) [Map] {},
repliedUser: null
},
webhookId: null,
groupActivityApplication: null,
applicationId: null,
activity: null,
flags: MessageFlagsBitField { bitfield: 0 },
reference: null,
interactionMetadata: null,
interaction: null,
poll: null,
messageSnapshots: Collection(0) [Map] {},
call: null
}
<ref *1> Message {
channelId: '1358116456369356803',
guildId: '1358063944065089679',
id: '1359646447343108228',
createdTimestamp: 1744235374056,
type: 0,
system: false,
content: '',
author: User {
id: '819202682186104842',
bot: false,
system: false,
flags: UserFlagsBitField { bitfield: 4194304 },
username: 'mahrumiyet',
globalName: null,
discriminator: '0',
avatar: '84bb7395546c96d962a1e0287b464a5e',
banner: undefined,
accentColor: undefined,
avatarDecoration: null,
avatarDecorationData: null
},
pinned: false,
tts: false,
nonce: '1359646456482365440',
embeds: [],
components: [],
attachments: Collection(0) [Map] {},
stickers: Collection(0) [Map] {},
position: null,
roleSubscriptionData: null,
resolved: null,
editedTimestamp: null,
reactions: ReactionManager { message: [Circular *1] },
mentions: MessageMentions {
everyone: false,
users: Collection(0) [Map] {},
roles: Collection(0) [Map] {},
_members: null,
_channels: null,
_parsedUsers: null,
crosspostedChannels: Collection(0) [Map] {},
repliedUser: null
},
webhookId: null,
groupActivityApplication: null,
applicationId: null,
activity: null,
flags: MessageFlagsBitField { bitfield: 0 },
reference: null,
interactionMetadata: null,
interaction: null,
poll: null,
messageSnapshots: Collection(0) [Map] {},
call: null
}
73 replies
CDCodAre Development
Created by asdc on 4/9/2025 in #・destek
boş veri veriyor
const { Collection, ActionRowBuilder, ButtonBuilder, ButtonStyle, EmbedBuilder } = require('discord.js');
const mongoose = require('mongoose');
const config = require("./config.json");
const { Client, GatewayIntentBits } = require('discord.js');

const client = new Client({
intents: 32767
});
client.config = require("./config")
client.slash_commands = new Collection();
client.events = new Collection();
const { Collection, ActionRowBuilder, ButtonBuilder, ButtonStyle, EmbedBuilder } = require('discord.js');
const mongoose = require('mongoose');
const config = require("./config.json");
const { Client, GatewayIntentBits } = require('discord.js');

const client = new Client({
intents: 32767
});
client.config = require("./config")
client.slash_commands = new Collection();
client.events = new Collection();
73 replies