From 2cb9adb3da90cf57763c3d07eb99e95b15420189 Mon Sep 17 00:00:00 2001 From: Emily J Date: Sat, 10 Oct 2020 12:56:23 +1100 Subject: [PATCH] name field not needed --- bot/commands/Core/ping.js | 1 - bot/commands/Test/retrieve.js | 1 - 2 files changed, 2 deletions(-) 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