
discord.py - How to the list of people that has a certain role
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 …
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 …
discord.js - Discord search specific string in channel and re-post …
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 …
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 …
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 …
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 …
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 …
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 …
python - Searching for multiple keywords in a discord message?
Feb 17, 2019 · 1 So working on a simple discord bot. I have it all working bar one little thing. I have a few bot replies for different keywords. However there is one bot response that I want to …
Discord.py bot command to search channel for keywords and …
Jul 4, 2022 · My goal is to have a bot command that will search the given channel for a keyword. Upon finding a message with the keyword in the channel, it will copy that message into …