Class

AskQuestion

AskQuestion()

The ask command tries to imitate a thread like functionality from slack. Users can ask questions, and then other users can respond to the question, the responses are added on the same message embed, to keep the conversation on the same message.
Constructor

# new AskQuestion()

View Source commands/hacker_utility/ask.js, line 15

Extends

Members

CommandPermissionInfo

# private permissionInfo

The permission info
Overrides:

View Source classes/permission-command.js, line 40

Methods

# async runCommand(botGuild, message, args)

Parameters:
Name Type Description
botGuild BotGuildModel
message Message
args Object
question String
Overrides:

View Source commands/hacker_utility/ask.js, line 40