Discord Auto Respond C# - discord

I was wondering if anyone knew how to, if possible, make a simple bot that just responds to DM's sent to you. For example, if a friend DM's you, a bot responds with something like
"This is an automated response, hang in there and I'll soon respond."
Thanks in advance.

Previously answered in Auto-reply to direct messages
It's against Discord's TOS https://support.discord.com/hc/en-us/articles/115002192352-Automated-user-accounts-self-bots-
Hopefully in the future, they create some small feature that just gives a basic response. Though, it is understandable why they don't want this as it could cause a lot of spam DM's and fake "people" hopping into your DM's.

Related

Need to check this Discord "Exception"

Today, while chatting in the server, I noticed this message in my DMs:
Here
Is this real? Thanks
Seems like a new thing RIPE might be testing out, also got it.
Don't worry about it, I'm sure they'll post something on Twitter or something letting you know:)
Seems really cool tho

Is there a way to get someones E-mail in Discord? Important

So im going to be honest: i know nothing about coding, i just lost my discord account and i want to get my access to it back, but i forgot my E-mail. Can anybody help me get it back?
As i said, i know nothing about coding im just in need of help! And is something like that even possible?
The image i added is the one from the account btw.
It wont let me post it says, im not meeting their quality standards. I dont know what i need to do but i figured it out if you see this. Again im not sure if it the email thing even works
if yes and if anybody is going to help me thank you so much
You will need to contact discord support where they may or may not be able to help you get the account back. It depends on the info you are able to provide them.
https://support.discord.com/hc/en-us

WitAI - Your app may fail to handle this story properly

I've been playing with WitAI recently to see what it can do, and I had built a user flow of about 5/6 questions, with a couple of Yes/No/I don't know branches etc. I've set up a couple of "bot executes" options with the hope in the future that I will write some function on my side to do data processing etc.
But on every save now, I see a red light on the left side saying "Your app may fail to handle this story properly".
I've rebuilt a use flow with no bot executes, and no branches, and I've trained up the bot on each sentence to expect, but I still see this. I'm really confused, as there are no fields highlighted red to suggest that the bot doesn't understand that line. Can anyone help out here?

Quick replies or suggestion with watson conversation

We are working on FB messenger app which use IBM watson conversation for AI bot. But, we need quick replies like provided by wit.ai.
Is there any way to get quick replies or suggestion from watson conversation while getting message.
The Conversation API receives a text message and understands its intention giving the user an answer. It does not offer any kind of quick-replay or interface enhancements.
What you could do is develop this function in your integration software. Using wit.ai example:
User: “I want to order”
The integration software sends this message to Watson. It finds out that is the intention #order and send it back to the integration software. Instead of just send the answer to the user, knowing the #order intention, the integration software builds a quick reply:
Bot: “For here? yes or no?”
And you go on. You can build any kind of quick reply using images or buttons, for example.
I would agree with Danilo. We don't offer this service out of the box at this point. Wit obviously has a greater allegiance with Facebook than we do, so that is much more their focus. We may get there over time as it is a very popular channel. I would do something similar to Danilo mentioned.
In my output object coming from watson, I would put some indicator to include buttons.
"outputs": {
"text": "Do you want for here or to go?",
"quickreply": {"for here", "to go" }
}
and then your client side code needs to know to put whatever is in the click reply section into buttons for messenger specifically. If that's invalid Json, sorry, but I hope it gets the point across. You will need to do this manually for now though.

Can I change chat id?

I'm using the appengine. I'm going to use an app named Square for this example.
We have the domain www.square.com.
We cannot get square.appspot.com
We do have squares.appspot.com.
For moving the app over the www.square.com. We did this. Great! Very exciting.
But we also built a chat bot. We now need people to friend 'squares'. What we want is for people to friend 'square'.
So two questions please: Is there a way to get Square.appengine.com. From my research... I assume someone took it and it's now gone (remember 'square' just an example here).
Knowing #1... is there a way to change the chat bot 'name'? From Squares.appspot.com --> Square.appspot.com?
Thanks so much in advance!
It's a chat bot, for us to send a message to an individual they have to have it as a friend. In their friends list they see: squares.appspot.com. This isn't our domain or our name. We need it to say square.appspot.com. Preferably we could change the name...
which leads to the second question... how do we change the name that people see.
"If you've built the chat bot, why can't you jsut change it's name yourself?"
Am I missing something this simple? How?

Resources