Skip to content

Commit

Permalink
cleared up owner and bot only commands (#1667)
Browse files Browse the repository at this point in the history
  • Loading branch information
savage4618 authored Jun 18, 2024
1 parent 736d1b3 commit 8f3034e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stdcommands/cleardm/cleardm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion stdcommands/topcommands/topcommands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 8f3034e

Please sign in to comment.