From 77e8e546c5cd7bb4e18d314c398dc2303734cba3 Mon Sep 17 00:00:00 2001 From: savage4618 Date: Tue, 18 Jun 2024 02:30:25 -0400 Subject: [PATCH] cleared up owner and bot only commands (#1667) --- stdcommands/cleardm/cleardm.go | 2 +- stdcommands/topcommands/topcommands.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stdcommands/cleardm/cleardm.go b/stdcommands/cleardm/cleardm.go index 6c25bdafb1..fe259e4558 100644 --- a/stdcommands/cleardm/cleardm.go +++ b/stdcommands/cleardm/cleardm.go @@ -16,7 +16,7 @@ var Command = &commands.YAGCommand{ CmdCategory: commands.CategoryDebug, HideFromCommandsPage: true, Name: "cleardm", - Description: "clears the DM chat with a user, owner only command.", + Description: "clears the DM chat with a user, bot owner only command.", HideFromHelp: true, RequiredArgs: 1, Arguments: []*dcmd.ArgDef{ diff --git a/stdcommands/topcommands/topcommands.go b/stdcommands/topcommands/topcommands.go index 7412c514a7..657f1d5aa0 100644 --- a/stdcommands/topcommands/topcommands.go +++ b/stdcommands/topcommands/topcommands.go @@ -14,7 +14,7 @@ var Command = &commands.YAGCommand{ Cooldown: 2, CmdCategory: commands.CategoryDebug, Name: "topcommands", - Description: "Shows command usage stats", + Description: "Shows command usage stats. Bot Admin Only.", HideFromHelp: true, Arguments: []*dcmd.ArgDef{ {Name: "hours", Type: dcmd.Int, Default: 1},