-
Notifications
You must be signed in to change notification settings - Fork 4
AMA is a basic command found in any channel Kdkbot is a part of. AMA is an acknowledgment to the "Ask Me Anything" system and duplicates its concept as a core bot command.
- ama <get <index> | add <question> | remove <index> | save | next | index | repeat>
ama get will retrieve a question with a given numerical index and will respond about a question not existing if there is no available question at the requested index.
ama add will add an additional question to the end of the AMA queue. Please note that there is no checks for a properly formatted question.
ama remove will remove a question based on the index provided.
ama save will manually save the ama questions list. This is automatically done whenever a question is added or removed, but may be done manually to ensure it is saved.
ama next will go to the next question available for the current sessions list. It will not automatically remove the previous question.
ama index will indicate what the current index is of the message. If provided with a numerical value after the word index it will set the current sessions question index to that number.
ama repeat will repeat the last question for the channel. This is useful if the owner of the channel, or whomever is answering the questions, misses the question due to chat, game, etc.