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

Commit

Permalink
Merge branch 'master' of github.com:TheTypingMatch/le-cash-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Harrington committed Jun 22, 2020
2 parents b171525 + afbde59 commit e51080b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/commands/register.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ const registerUser = (msg, ntLink: string) => {
user.save((err: any) => {
if (err) {
return msg.reply('Error creating account. Contact a LeCashBot dev!')
} else return msg.reply('Success! See `$help` for information on commands')
} else return msg.reply('Success! See `$help` for information on commands.')
})
}

export default async (msg, client, args) => {
if (!args[0]) {
return msg.reply('Use your NitroType **username** (NOT display name): Use `$register USERNAME`')
return msg.reply('Use your NitroType **username** (NOT display name): Use `$register USERNAME`.')
}

// Check if the user already has an account
Expand Down
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 @@ -43,7 +43,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 @@ -99,7 +99,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 e51080b

Please sign in to comment.