From bff1ea745763eb57650368637cfb2f488c7301f0 Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Tue, 21 Dec 2021 15:19:34 -0500 Subject: [PATCH] changing the name of the ox parent plugin to be database --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index f879b20..4a0f111 100644 --- a/command.go +++ b/command.go @@ -38,7 +38,7 @@ func (lb Command) Name() string { } func (lb Command) ParentName() string { - return "db" + return "database" } func (lb Command) HelpText() string {