diff --git a/bot/commands/Core/ping.js b/bot/commands/Core/ping.js index ceae45a..9548a2f 100644 --- a/bot/commands/Core/ping.js +++ b/bot/commands/Core/ping.js @@ -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"] diff --git a/bot/commands/Test/retrieve.js b/bot/commands/Test/retrieve.js index 054588a..e1d15ca 100644 --- a/bot/commands/Test/retrieve.js +++ b/bot/commands/Test/retrieve.js @@ -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