type CommandActivation … // ActivatedBy provides a mock function with given fields: func (_m *CommandActivation) ActivatedBy() common.UserRecord { … } // AddButtonToResponse provides a mock function with given fields: button func (_m *CommandActivation) AddButtonToResponse(button commands.CommandButton) { … } // AddSelectBoxToResponse provides a mock function with given fields: selectBox func (_m *CommandActivation) AddSelectBoxToResponse(selectBox commands.CommandSelectBox) { … } // AwardCommandWithReputation provides a mock function with given fields: points func (_m *CommandActivation) AwardCommandWithReputation(points int) { … } // Channel provides a mock function with given fields: func (_m *CommandActivation) Channel() common.Channel { … } // ClearComponents provides a mock function with given fields: func (_m *CommandActivation) ClearComponents() { … } // DeleteResponse provides a mock function with given fields: func (_m *CommandActivation) DeleteResponse() { … } // EditResponseWithEmbed provides a mock function with given fields: text, embed func (_m *CommandActivation) EditResponseWithEmbed(text string, embed common.MessageEmbed) { … } // EditResponseWithEmbeds provides a mock function with given fields: text, embeds func (_m *CommandActivation) EditResponseWithEmbeds(text string, embeds []common.MessageEmbed) { … } // EditResponseWithImage provides a mock function with given fields: image func (_m *CommandActivation) EditResponseWithImage(image common.MessageImage) { … } // EditResponseWithText provides a mock function with given fields: text func (_m *CommandActivation) EditResponseWithText(text string) { … } // InputFormValues provides a mock function with given fields: func (_m *CommandActivation) InputFormValues() commands.CommandInputValues { … } // InputUsers provides a mock function with given fields: func (_m *CommandActivation) InputUsers() []common.UserRecord { … } // InputValues provides a mock function with given fields: func (_m *CommandActivation) InputValues() commands.CommandInputValues { … } // RespondWithEmbed provides a mock function with given fields: text, embed func (_m *CommandActivation) RespondWithEmbed(text string, embed common.MessageEmbed) { … } // RespondWithEmbeds provides a mock function with given fields: text, embeds func (_m *CommandActivation) RespondWithEmbeds(text string, embeds []common.MessageEmbed) { … } // RespondWithForm provides a mock function with given fields: form func (_m *CommandActivation) RespondWithForm(form commands.CommandForm) { … } // RespondWithImage provides a mock function with given fields: image func (_m *CommandActivation) RespondWithImage(image common.MessageImage) { … } // RespondWithText provides a mock function with given fields: text func (_m *CommandActivation) RespondWithText(text string) { … } // Server provides a mock function with given fields: func (_m *CommandActivation) Server() common.ChatServer { … } // NewCommandActivation creates a new instance of CommandActivation. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. // The first argument is typically a *testing.T value. func NewCommandActivation(t interface { … }