
date - Discord Client's Search Timestamp - Stack Overflow
Nov 8, 2023 · The timestamps used by the actual Discord client work off the Discord Epoch timestamp which is similar to the normal unix timestamp except that it starts off from the 1st of January, 2015 or …
How to insert text into a Discord search bar using JavaScript?
Jun 23, 2024 · I'm trying to create a tampermonkey script that will simply take a predefined string and put it in discord search bar then triggers a search, the text gets inserted in the search bar but it's not
discord.py - How to the list of people that has a certain role - Stack ...
Aug 28, 2022 · I searched for it, but didn't find anything that could really help. Basically, I would like that when I run .highrank in a discord channel, the bots gives me a list of the people that have this role.
java - Is there a way to find the EXACT string of a word in a discord ...
Aug 30, 2020 · Currently I am working on a discord bot, which is filtering messages. My problem occurs when trying to filter words, which are included in others, thus triggering duplicate messages. This is …
discord.js - Discord search specific string in channel and re-post the ...
Jul 22, 2020 · What is Discord code for bot search specific word in channel, and then return the whole messages of that string? For example ppl try some tips about cooking : ?cook Apple Pie Then bot …
How can I search for a message that has a certain text string in a ...
May 12, 2024 · I basically am building a discord bot that needs me to search a specific channel of mine for a string like find every message that has the word "silver" in it. Is there a specific way that I may …
Discord.py: How to go through channel history and search for a …
Sep 12, 2020 · Essentially, I want the bot to go through the channel's message history, find a message containing some particular text, and then give out the link to the message in the same channel. …
bots - Get Message By ID: Discord.js - Stack Overflow
Mar 23, 2018 · 18 I am doing a report system for a discord bot and I want the player to report a specific message by the id so that the moderators can decide if it is offensive or not. I am struggling to find a …
Discord API for Search, Channels, and Messages - Stack Overflow
Aug 13, 2022 · I would like to send a search keyword in the request and would like to receive in response all public servers / channels that are a match. (This is similar to the 'Explore Public Server' …
Is there a way I can search for a message by its id in Discord.JS?
Oct 26, 2022 · 1 People in the comments have mentioned that this is not possible, however, I have been experimenting with Discord IDs lately and found that it is possible. A user can copy a message's ID …