Fix typos within commands

imgbot
Kieran 2022-07-14 09:59:28 +01:00
parent 3f811dc723
commit 005271897b
3 changed files with 5 additions and 6 deletions

View File

@ -12,7 +12,6 @@ module.exports = {
*/
run: async (client, message, args) => {
if(!message.member.permissions.has(Permissions.FLAGS.MANAGE_EMOJIS_AND_STICKERS, Permissions.FLAGS.ADMINISTRATOR))
// if someone dont hv perm it will send this message
message.channel.send("You don't have permission to use that command.");
else {

View File

@ -14,7 +14,7 @@ module.exports = {
if(!args[0]){
const embed = new discord.MessageEmbed()
.setTitle("HullCSS Help")
.setDescription("You can use `!help <category>` to get additional commands within a specfic category")
.setDescription("You can use `!help <category>` to get additional commands within a specific category")
.setColor('GREEN')
.addField('❓`!help`','This Command', true)
@ -38,7 +38,7 @@ module.exports = {
if(args[0] === 'general'){
const embed = new discord.MessageEmbed()
.setTitle("General Comamnds")
.setTitle("General Commands")
.setColor('GREEN')
.addField('!buy', 'Sends a link to purchase membership')
@ -51,7 +51,7 @@ module.exports = {
if(args[0] === 'fun'){
const embed = new discord.MessageEmbed()
.setTitle("Fun Comamnds")
.setTitle("Fun Commands")
.setColor('GREEN')
.addField('!8ball', 'Answer your deepest questions.')
@ -63,7 +63,7 @@ module.exports = {
if(args[0] === 'gorb'){
const embed = new discord.MessageEmbed()
.setTitle("Gorb Comamnds")
.setTitle("Gorb Commands")
.setColor('GREEN')
.addField('!gorb cs', 'CS Gorb')
.addField('!gorb party', 'Party Gorb')

View File

@ -27,7 +27,7 @@ module.exports = {
},
{
label:"Proffesional Member",
label:"Professional Member",
value:"bcsProf",
},
{