Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help command: add new commands and send it in text instead of on a picture. #1

Closed
technonerdz opened this issue Oct 2, 2016 · 7 comments
Projects

Comments

@technonerdz
Copy link
Member

Right now, the help section is too big to be sent in one message by the bot. The bot is sending an image with the commands.

It would be great if we could send the commands in text to the user. We could send a bunch of messages at the same time with a different command on each line.

@jaredhasenklein
Copy link

What is the reason that it is too big to send? Can Messenger not handle it or what's happening?

@technonerdz
Copy link
Member Author

The Messenger API is limiting the number of characters. In a normal conversation, Messenger does not have a character limit but there is one for Bots. If you send something with too many characters, it would not be send.

@technonerdz
Copy link
Member Author

That's why the Sponsor command only works with certain teams. Teams with too many sponsors do not work.

@jaredhasenklein
Copy link

Ah I see...looks like 320 characters, right? Can you paste in the plain text of the help image here so that I don't need to rewrite to play with it?

@technonerdz
Copy link
Member Author

Hello! I am the Facebook ChatBot for FRC Bot! You can ask me the following questions:
'NextMatch TEAMNUMBER' to see the next match for a team.
'Status TEAMNUMBER' to see the stats of a team in their current event.
'Website TEAMNUMBER' to get the website of a team.
'Location TEAMNUMBER' to get the location of a team.
'Nickname TEAMNUMBER' to get the name of a team.

@jaredhasenklein
Copy link

What about just shortening the text to something like this?:

Hello! I am the Facebook FRC ChatBot! You can ask me the following questions (# for team number):
'NextMatch #' to see a team's next match
'Status #' to see a team's current event stats
'Website #' to get a team's URL
'Location #' to get a team's location
'Nickname #' to get a team's name

@technonerdz technonerdz changed the title Help command: send commands in text instead of an image Help command: add new commands and send it in text instead of on a picture. Nov 2, 2016
@technonerdz
Copy link
Member Author

technonerdz commented Nov 30, 2016

FRC-Bot/FRCBot-images#2 made this much cleaner. Most commands were added.

@technonerdz technonerdz moved this from TODO to Done in 2017 season Jan 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants