mars
mars
DIAdiscord.js - Imagine an app
Created by mars on 7/23/2023 in #djs-questions
Bot not responding to slash commands
thank you, i completely missed that in the guide
7 replies
DIAdiscord.js - Imagine an app
Created by mars on 7/23/2023 in #djs-questions
Bot not responding to slash commands
oh my gosh that was it!
7 replies
DIAdiscord.js - Imagine an app
Created by mars on 7/23/2023 in #djs-questions
Bot not responding to slash commands
7 replies
DIAdiscord.js - Imagine an app
Created by mars on 7/23/2023 in #djs-questions
Bot not responding to slash commands
7 replies
DIAdiscord.js - Imagine an app
Created by mars on 7/23/2023 in #djs-questions
Bot not responding to slash commands
[email protected] C:\Users\lydia\Desktop\enderbot +-- [email protected] `-- [email protected] node v19.2.0
7 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
yes and yes
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
red we tested it with this emoji and it worked, but it doesnt seem to work with any other emojis at all
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
booknquill the emoji we are trying to use
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
oh found the discord.js version, 13.13.1
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
but..
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 3/8/2023 in #djs-questions
emojis not completely working in .setTitle in embeds
the bot is hosted on an mc server so idk how to get those details exactly
11 replies
DIAdiscord.js - Imagine an app
Created by mars on 10/2/2022 in #djs-questions
always reply to a specific user's messages
tysm
12 replies
DIAdiscord.js - Imagine an app
Created by mars on 10/2/2022 in #djs-questions
always reply to a specific user's messages
silly error
12 replies
DIAdiscord.js - Imagine an app
Created by mars on 10/2/2022 in #djs-questions
always reply to a specific user's messages
sick sick, changing message to msg fixed it lol
12 replies
DIAdiscord.js - Imagine an app
Created by mars on 10/2/2022 in #djs-questions
always reply to a specific user's messages
if (message.author.id == "1023039537968074774") {
^
ReferenceError: message is not defined
at Client.<anonymous> (/home/container/bot.js:82:3)
at Client.emit (node:events:527:28)
at MessageCreateAction.handle (/home/container/node_modules/discord.js/src/client/actions/MessageCreate.js:26:14)
at Object.module.exports [as MESSAGE_CREATE] (/home/container/node_modules/discord.js/src/client/websocket/handlers/MESSAGE_CREATE.js:4:32)
at WebSocketManager.handlePacket (/home/container/node_modules/discord.js/src/client/websocket/WebSocketManager.js:346:31)
at WebSocketShard.onPacket (/home/container/node_modules/discord.js/src/client/websocket/WebSocketShard.js:478:22)
at WebSocketShard.onMessage (/home/container/node_modules/discord.js/src/client/websocket/WebSocketShard.js:317:10)
at WebSocket.onMessage (/home/container/node_modules/ws/lib/event-target.js:199:18)
at WebSocket.emit (node:events:527:28)
at Receiver.receiverOnMessage (/home/container/node_modules/ws/lib/websocket.js:1169:20)
Node.js v17.9.1
if (message.author.id == "1023039537968074774") {
^
ReferenceError: message is not defined
at Client.<anonymous> (/home/container/bot.js:82:3)
at Client.emit (node:events:527:28)
at MessageCreateAction.handle (/home/container/node_modules/discord.js/src/client/actions/MessageCreate.js:26:14)
at Object.module.exports [as MESSAGE_CREATE] (/home/container/node_modules/discord.js/src/client/websocket/handlers/MESSAGE_CREATE.js:4:32)
at WebSocketManager.handlePacket (/home/container/node_modules/discord.js/src/client/websocket/WebSocketManager.js:346:31)
at WebSocketShard.onPacket (/home/container/node_modules/discord.js/src/client/websocket/WebSocketShard.js:478:22)
at WebSocketShard.onMessage (/home/container/node_modules/discord.js/src/client/websocket/WebSocketShard.js:317:10)
at WebSocket.onMessage (/home/container/node_modules/ws/lib/event-target.js:199:18)
at WebSocket.emit (node:events:527:28)
at Receiver.receiverOnMessage (/home/container/node_modules/ws/lib/websocket.js:1169:20)
Node.js v17.9.1
got this error
12 replies
DIAdiscord.js - Imagine an app
Created by mars on 10/2/2022 in #djs-questions
always reply to a specific user's messages
ty
12 replies
DIAdiscord.js - Imagine an app
Created by mars on 10/2/2022 in #djs-questions
always reply to a specific user's messages
likely! i'll give it a go and check back
12 replies