aboutsummaryrefslogtreecommitdiff
path: root/commands/suggest.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/suggest.js
parent1a7a627446edfeb270850f0ed15c9c8d604380b2 (diff)
downloadAleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.gz
AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.tar.bz2
AleeBot-0c0155a4d207611fb3d975f9e7e56d04fff63d44.zip
Docker; Removed packages; Removed binaryworks refs
Diffstat (limited to 'commands/suggest.js')
-rw-r--r--commands/suggest.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/suggest.js b/commands/suggest.js
index 0ca21b8..b503139 100644
--- a/commands/suggest.js
+++ b/commands/suggest.js
@@ -18,7 +18,7 @@
*
* *************************************/
module.exports.run = async (client, message, args) => {
- if (message.guild.id != '243022206437687296') return message.reply('This is a Binaryworks exclusive command.');
+ if (message.guild.id !== '243022206437687296') return message.reply('This is a Andrew Lee Projects exclusive command.');
const {MessageEmbed} = require('discord.js');
client.channels.cache.get('427495678390960148').send({ embeds: [
new MessageEmbed()
@@ -39,7 +39,7 @@ exports.conf = {
};
exports.help = {
name: 'suggest',
- description: 'Suggest a feature in Binaryworks.',
+ description: 'Suggest a feature in Andrew Lee Projects.',
usage: 'suggest [suggestion]',
- category: '- Binaryworks Exclusive Commands',
+ category: '- ALP Exclusive Commands',
};