Skip to content

Commit

Permalink
fix: typo in about command
Browse files Browse the repository at this point in the history
Co-authored-by: atje <donatbojajj@gmail.com>
  • Loading branch information
JonatanMGit committed Apr 17, 2023
1 parent c0d9004 commit a54cd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/commands/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
.setDescription('Information about the bot'),
async execute(interaction) {
await interaction.reply({
content: 'This bot is currently invite only.\nDon\'t miss out on all the exclusive features of this bot! Only select members have access. Get in on the action by having a member with acces invite you!', ephemeral: true
content: 'This bot is currently invite only.\nDon\'t miss out on all the exclusive features of this bot! Only select members have access. Get in on the action by having a member with access invite you!', ephemeral: true
});
},
};

0 comments on commit a54cd92

Please sign in to comment.