Hachiko ✨ Rook
DIAdiscord.js - Imagine an app
•Created by Hachiko ✨ Rook on 11/11/2024 in #djs-questions
Following a tutorial from 2020 and unsure of how I'm supposed to define Intents.
this is perfect, thank you!
30 replies
DIAdiscord.js - Imagine an app
•Created by Hachiko ✨ Rook on 11/11/2024 in #djs-questions
Following a tutorial from 2020 and unsure of how I'm supposed to define Intents.
I'm fine with not being able to support 100 messages.
30 replies
DIAdiscord.js - Imagine an app
•Created by Hachiko ✨ Rook on 11/11/2024 in #djs-questions
Following a tutorial from 2020 and unsure of how I'm supposed to define Intents.
at a time? in total? with a cooldown?
30 replies
DIAdiscord.js - Imagine an app
•Created by Hachiko ✨ Rook on 11/11/2024 in #djs-questions
Following a tutorial from 2020 and unsure of how I'm supposed to define Intents.
ClearChat offers the option to clear messages from a channel and is approved by Discord, so I assume there is a legitimate way to give your bot orders to delete messages. I wanted something functionally similar. I assume I would have to add some limitations to prevent people from spamming the bot. For the purposes of the bot I'm making, 100 messages would be a week or two, minimum, more like a month.
30 replies
DIAdiscord.js - Imagine an app
•Created by Hachiko ✨ Rook on 11/11/2024 in #djs-questions
Following a tutorial from 2020 and unsure of how I'm supposed to define Intents.
that sounds like a reasonable limitation, why can't I just tell the bot to abide by that?
30 replies
DIAdiscord.js - Imagine an app
•Created by Hachiko ✨ Rook on 11/11/2024 in #djs-questions
Following a tutorial from 2020 and unsure of how I'm supposed to define Intents.
I will explain my problem and perhaps you can explain to me a way to do this correctly, because I'm confused as to how this is spam.
I have a Discord server with a channel for people to post when they go live. The channel is locked and streamers can only post there, once, when they go live. I would like to be able to clear this channel from time to time, because once the streamer is no longer live these messages are useless. I want to make a bot where when a moderator types a specific command in the channel, it clears the channel of all of these messages (once again, it would be nice if it was before a certain period of time, so the moderator can choose not to delete messages that are still relevant) instead of the moderator having to go in and manually delete them one by one.
30 replies
DIAdiscord.js - Imagine an app
•Created by Hachiko ✨ Rook on 11/11/2024 in #djs-questions
Following a tutorial from 2020 and unsure of how I'm supposed to define Intents.
I'm fine with that but unless I missed something the official guide does not seem to tell me how to do what I want to do (I want to make a bot that will mass-delete messages, preferably from before a certain time, when a moderator tells it to do so, and I want it to only do that)
30 replies