python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
discord.js | Bot doesn't tag my channel(undefined)
I made a purge/clear command for my discord bot, but when I do /purge amount: (amount), it works fine, but the bot replies with 🗑️ (amount) messages were deleted from undefined., which should be 🗑️ ...
Solid Coder
Votes: 0
Answers: 1
How to pass data to react-mentions component using redux
I'm using https://github.com/signavio/react-mentions for React Mentions, a facebook @mentions-like frontend feature where a user can mention another user in the comment box.
Below is the code that get...
Ramesh Kumar
Votes: 0
Answers: 1
how to get mentions in pytorch NER instead of toknes?
I am using PyTorch and a pre-trained model.
Here is my code:
class NER(object):
def __init__(self, model_name_or_path, tokenizer_name_or_path):
self.tokenizer = AutoTokenizer.from_pretrain...
Ali
Votes: 0
Answers: 1
Discord.js v13 mention a role but it doesn't ping
I have been trying to get my bot to ping a certain role by doing.
client.channels.cache.get('927271117155074158').send(`<@&924403524027154513> nota is ${statestart}`)
And it will show the r...
Thimo
Votes: 0
Answers: 1