summaryrefslogtreecommitdiffstats
path: root/api/command_shrug.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/command_shrug.go')
-rw-r--r--api/command_shrug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/command_shrug.go b/api/command_shrug.go
index 8fb5bc200..899fcab33 100644
--- a/api/command_shrug.go
+++ b/api/command_shrug.go
@@ -32,7 +32,7 @@ func (me *ShrugProvider) GetCommand(c *Context) *model.Command {
}
}
-func (me *ShrugProvider) DoCommand(c *Context, channelId string, message string) *model.CommandResponse {
+func (me *ShrugProvider) DoCommand(c *Context, args *model.CommandArgs, message string) *model.CommandResponse {
rmsg := `¯\\\_(ツ)\_/¯`
if len(message) > 0 {
rmsg = message + " " + rmsg