From cd6322032afe0ca244be71ea4bcb2a97e6b481dc Mon Sep 17 00:00:00 2001
From: Loic Bersier <loic.bersier1@gmail.com>
Date: Sat, 1 Dec 2018 02:48:18 +0100
Subject: [PATCH] my bad again

---
 commands/fun/sayd.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/commands/fun/sayd.js b/commands/fun/sayd.js
index ce1bbc1b..9a83c7f2 100644
--- a/commands/fun/sayd.js
+++ b/commands/fun/sayd.js
@@ -1,13 +1,13 @@
 const { Command } = require('discord.js-commando');
 const SelfReloadJSON = require('self-reload-json');
 const blacklist = require('../../blacklist');
-module.exports = class sayCommand extends Command {
+module.exports = class saydCommand extends Command {
     constructor(client) {
         super(client, {
-            name: 'say',
+            name: 'sayd',
             aliases: ['repeat'],
             group: 'fun',
-            memberName: 'say',
+            memberName: 'sayd',
             description: `Repeat the text you send ( can also use [verb] [noun] [adverb] [adjective] [member] and [number] to get random thing )`,
             args: [
                 {