sicklinebro
sicklinebro
DIAdiscord.js - Imagine a bot
Created by Quandale Dingle on 9/30/2023 in #djs-questions
Help with bot
I don't see how this conversation is even related to discord.js considering that the OP doesn't know JS and doesn't have the time to learn it.
26 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 9/24/2023 in #djs-questions
ESlint error
Yeah, that's it
5 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 9/24/2023 in #djs-questions
ESlint error
Bump
5 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 9/21/2023 in #djs-questions
Get rid of non-nullish operator
No description
5 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 9/21/2023 in #djs-questions
Get rid of non-nullish operator
guild.members.me is possibly null here, that's the issue
5 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 9/21/2023 in #djs-questions
ESlint Error
ESling config:
module.exports = {
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/strict-type-checked',
'prettier',
],
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
},
plugins: ['@typescript-eslint'],
root: true,
};
module.exports = {
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/strict-type-checked',
'prettier',
],
parser: '@typescript-eslint/parser',
parserOptions: {
project: 'tsconfig.json',
},
plugins: ['@typescript-eslint'],
root: true,
};
7 replies
DIAdiscord.js - Imagine a bot
Created by WhacK on 9/18/2023 in #djs-questions
Channel.messages.fetch(id) giving mixed results
I am unsure what's happening here, will just leave it for someone proficient to assist you.
26 replies
DIAdiscord.js - Imagine a bot
Created by WhacK on 9/18/2023 in #djs-questions
Channel.messages.fetch(id) giving mixed results
Do you have MessageContent intent enabled?
26 replies
DIAdiscord.js - Imagine a bot
Created by Kay on 9/14/2023 in #djs-questions
Says that interaction.isChatInputCommand is not a function
event.execute(this.client, ...args)
13 replies
DIAdiscord.js - Imagine a bot
Created by Kay on 9/14/2023 in #djs-questions
Says that interaction.isChatInputCommand is not a function
It's an array though
13 replies
DIAdiscord.js - Imagine a bot
Created by Kay on 9/14/2023 in #djs-questions
Says that interaction.isChatInputCommand is not a function
interaction is not really an interaction then, log it and see what it is
13 replies
DIAdiscord.js - Imagine a bot
Created by NKN1396 on 9/13/2023 in #djs-questions
Incorrect typings for `.toString()` in partials?
Same problem here, waiting for a fix
33 replies
DIAdiscord.js - Imagine a bot
Created by Pooyan on 9/2/2023 in #djs-questions
Check if a user has Nitro or not
no i mean how boosting doesn't guarantee that they have nitronitro
9 replies
DIAdiscord.js - Imagine a bot
Created by Pooyan on 9/2/2023 in #djs-questions
Check if a user has Nitro or not
how csn it be possible?
9 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 7/27/2023 in #djs-questions
Deno support
Which ones work, I am mainly using discord-api-types, @discordjs/rest , @discordjs/builders, @discordjs/collections
4 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 7/26/2023 in #djs-questions
Application command Route
Ok, thanks
8 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 7/26/2023 in #djs-questions
Application command Route
Like this?
const rest = new REST().setToken()
rest.get(Routes.applicationCommand(clientId))
const rest = new REST().setToken()
rest.get(Routes.applicationCommand(clientId))
?
8 replies
DIAdiscord.js - Imagine a bot
Created by sicklinebro on 7/26/2023 in #djs-questions
Application command Route
Is it Routes.applicationCommands.get()?
8 replies
DIAdiscord.js - Imagine a bot
Created by Kirito. on 2/1/2023 in #djs-questions
Cache after restart
Maybe just don't send the message if the <Guild>.available properly is false.This happens on discord side so not really something you can fix
8 replies
DIAdiscord.js - Imagine a bot
Created by Kirito. on 2/1/2023 in #djs-questions
Cache after restart
Not really
8 replies