Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Update embeds.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rharr-6306 authored Jun 20, 2020
1 parent d1aec1a commit b2a7bc7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/config/embeds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ const helpInfo = {
invite: ' - Invite the bot.',
info: ' - Important bot information.',
stats: ' - Show the bot servers/users and latency.',
uptime: ' - Show the bot uptime',
uptime: ' - Show the bot uptime.',
faq: ' - Display frequently asked questions.',
ping: ' - Show bot latency',
ping: ' - Show bot latency.',
donate: ' - Display donators.',
contributors: ' - Display contributors'
contributors: ' - Display contributors.'
},
economy: {
bal: '`<user>` - View yours or another user\'s balance.',
Expand Down Expand Up @@ -42,7 +42,7 @@ const info = {
},
contribute: {
msg: 'Want to contribute to LeCashBot?',
link: 'View the repo on **[GitHub](https://github.com/TheTypingMatch/le-cash-bot)**.',
link: 'Star me on **[GitHub](https://github.com/TheTypingMatch/le-cash-bot)**!',
server: '\nJoin the **[LeCashBot Discord](https://discord.gg/UspVEng)**!'
},
donors: {
Expand Down Expand Up @@ -98,7 +98,7 @@ const faqInfo = [
},
{
q: 'How do I sign up for the bot/How do I start earning money?',
a: 'Use the `$register` command with your NitroType profile link. \nFor example: `$register https://www.nitrotype.com/racer/mrh110`'
a: 'Use the `$register` command with your NitroType profile link. \nFor example: `$register https://www.nitrotype.com/racer/mrh110`.'
},
{
q: 'How can I contribute to the bot?',
Expand Down

0 comments on commit b2a7bc7

Please sign in to comment.