summaryrefslogtreecommitdiffstats
path: root/app/command_me.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_me.go')
-rw-r--r--app/command_me.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_me.go b/app/command_me.go
index 5683ff80d..e485d60ff 100644
--- a/app/command_me.go
+++ b/app/command_me.go
@@ -23,7 +23,7 @@ func (me *MeProvider) GetTrigger() string {
return CMD_ME
}
-func (me *MeProvider) GetCommand(T goi18n.TranslateFunc) *model.Command {
+func (me *MeProvider) GetCommand(a *App, T goi18n.TranslateFunc) *model.Command {
return &model.Command{
Trigger: CMD_ME,
AutoComplete: true,