name field not needed
This commit is contained in:
parent
38e282186f
commit
2cb9adb3da
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ const Command = require("../../base/Command.js");
|
|||
class Ping extends Command {
|
||||
constructor (client) {
|
||||
super(client, {
|
||||
name: "ping",
|
||||
description: "Latency and API response times.",
|
||||
usage: "ping",
|
||||
aliases: ["pong"]
|
||||
|
|
|
@ -3,7 +3,6 @@ const Command = require("../../base/Command.js");
|
|||
class Retrieve extends Command {
|
||||
constructor (client) {
|
||||
super(client, {
|
||||
name: "retrieve",
|
||||
description: "Retrieves a key's value from the Redis DB.",
|
||||
usage: "retrieve [key]",
|
||||
guildOnly: true
|
||||
|
|
Loading…
Reference in a new issue