From 2b01582a4f0da9853c35393884f284acafa1f56b Mon Sep 17 00:00:00 2001 From: Koni <74613145+vKxni@users.noreply.github.com> Date: Sun, 20 Mar 2022 08:19:22 +0100 Subject: [PATCH] typos --- .env.example | 2 +- events/messageCreate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 9e7110c..0ba8299 100644 --- a/.env.example +++ b/.env.example @@ -6,5 +6,5 @@ SPOTIFY_ID = SPOTIFY_SECRET = host = lavalink.darrennathanael.com port = 2095 -password = whatwasthelastingyousaid +password = whatwasthelastthingyousaid api = http://api.cath.gq \ No newline at end of file diff --git a/events/messageCreate.js b/events/messageCreate.js index 895e948..6652149 100644 --- a/events/messageCreate.js +++ b/events/messageCreate.js @@ -47,7 +47,7 @@ client.on("messageCreate", async message => { }, { name: " **Premium**", - value: `You can either boost support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam) or gift a nitro to one of the developer team.`, + value: `You can either boost the support server or subscribe to developer's team [Ko-Fi](https://ko-fi.com/cathteam).\n Another option would be to gift a nitro subscription to one of the developers.`, inline: false, } )