aboutsummaryrefslogtreecommitdiff
path: root/commands/suggestfeature.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-10-14 00:16:49 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-10-14 00:16:49 -0400
commit0c0155a4d207611fb3d975f9e7e56d04fff63d44 (patch)
treed36af29ecd127f9865118872f6c56d35dcfa2c7b /commands/suggestfeature.js
parent1a7a627446edfeb270850f0ed15c9c8d604380b2 (diff)
downloadAleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.gz
AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.bz2
AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.zip
Docker; Removed packages; Removed binaryworks refs
Diffstat (limited to 'commands/suggestfeature.js')
-rw-r--r--commands/suggestfeature.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/commands/suggestfeature.js b/commands/suggestfeature.js
index c7623d2..21b6849 100644
--- a/commands/suggestfeature.js
+++ b/commands/suggestfeature.js
@@ -1,5 +1,5 @@
/****************************************
- *
+ *
* SuggestFeature: Command for AleeBot
* Copyright (C) 2017-2021 Alee Productions
*
@@ -15,11 +15,11 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
+ *
* *************************************/
module.exports.run = async (client, message, args) => {
const { MessageEmbed } = require('discord.js');
-
+
client.channels.cache.get('427495678390960148').send({ embeds: [
new MessageEmbed()
.setColor('#1fd619')
@@ -28,10 +28,10 @@ module.exports.run = async (client, message, args) => {
.addField('Suggestion Contents', args.join(' '))
.setFooter(`Sending from ${message.guild.name}`, message.guild.iconURL())]}
);
- await message.reply('Your suggestion has been shown to the Binaryworks discord server!');
-
+ await message.reply('Your suggestion has been shown to the Andrew Lee Projects discord server!');
+
};
-
+
exports.conf = {
aliases: [],
guildOnly: false,
@@ -42,4 +42,4 @@ exports.help = {
usage: 'suggestfeature [suggestion]',
category: '- General Commands',
};
-
+