From 10c5a927cb619f1aa2a599cbe3667820f4766bda Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 9 Nov 2017 14:46:20 -0600 Subject: more global config ref cleanup (#7802) --- app/command_shrug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/command_shrug.go') diff --git a/app/command_shrug.go b/app/command_shrug.go index c476e6d88..21f492fe0 100644 --- a/app/command_shrug.go +++ b/app/command_shrug.go @@ -23,7 +23,7 @@ func (me *ShrugProvider) GetTrigger() string { return CMD_SHRUG } -func (me *ShrugProvider) GetCommand(T goi18n.TranslateFunc) *model.Command { +func (me *ShrugProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command { return &model.Command{ Trigger: CMD_SHRUG, AutoComplete: true, -- cgit v1.2.3-1-g7c22