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, } )