MoinAmMorgen
MoinAmMorgen
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 9/6/2023 in #djs-questions
Button confirmation system
8 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 4/21/2023 in #djs-questions
Specific Words from message content
Hey, how can I get specific words and their following word from a message? Like: message.content.find(,word that should get found) and then also the next word
3 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 4/20/2023 in #djs-questions
Webhooks
Hey, I wonder how I can detect if a Webhook was send?
5 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 3/10/2023 in #djs-questions
Missing Access
5 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 2/12/2023 in #djs-questions
How can i get all members that have a specific role?
Like the title says. Cant find anything that wroks online. I tried using this: interaction.guild.roles.cache.get('1062744014790610985').members.map(m=>m.user.username); but it gives me an error: TypeError: Cannot read properties of undefined (reading 'members').
2 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 1/25/2023 in #djs-questions
DiscordAPIError[50035]: Invalid Form Body
5 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 1/24/2023 in #djs-questions
TypeError: Cannot read properties of undefined (reading 'process')
33 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 1/18/2023 in #djs-questions
clean exit - waiting for changes before restart
When I strart my bot with nodemon main.js, i get this message
7 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 1/15/2023 in #djs-questions
Invites
Hey, is there some way to get the userid of the user that invited another user? Like: member.inviter.id? Member is defined in guildMemberAdd event.
5 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 1/14/2023 in #djs-questions
Bot doesnt recognize message
Hey, if a user types in !balance in the chat, the bot should respond with there current balance, but it doesnt. Theres no error.
8 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 11/8/2022 in #djs-questions
member presence is undefined
I am trying to get the activity of a member and printing it out, but it keeps saying that the members activity is undefined
15 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 11/6/2022 in #djs-questions
member presence is undefined
I want to get an console output of a members activity but it just returns undefined. Please help
16 replies
DIAdiscord.js - Imagine an app
Created by MoinAmMorgen on 11/6/2022 in #djs-voice
member presence is undefined
I am trying to make a discord bot that moves you to a channel based on what game you currently play. The only problem is that the member.presence always returns undefined when the member is playing or when hes not. But i cant figure out how to let it give me a console output with the game the member is playing.
11 replies