From d1aec1a42e42503353dba095dbf6e1e182112238 Mon Sep 17 00:00:00 2001 From: RHarr6306 <55287042+RHarr6306@users.noreply.github.com> Date: Sat, 20 Jun 2020 14:44:50 -0600 Subject: [PATCH 1/2] Update register.ts --- src/commands/register.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/register.ts b/src/commands/register.ts index c9995fc..1b8acc9 100644 --- a/src/commands/register.ts +++ b/src/commands/register.ts @@ -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 From b2a7bc71d94c21a3f0f820e6fcd2af94105b5682 Mon Sep 17 00:00:00 2001 From: RHarr6306 <55287042+RHarr6306@users.noreply.github.com> Date: Sat, 20 Jun 2020 14:47:46 -0600 Subject: [PATCH 2/2] Update embeds.ts --- src/config/embeds.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/config/embeds.ts b/src/config/embeds.ts index 6c454b6..7e9472c 100644 --- a/src/config/embeds.ts +++ b/src/config/embeds.ts @@ -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: '`` - View yours or another user\'s balance.', @@ -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: { @@ -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?',