diff --git a/src/plugins/encryptcord/index.tsx b/src/plugins/encryptcord/index.tsx index d43707879..a20296aac 100644 --- a/src/plugins/encryptcord/index.tsx +++ b/src/plugins/encryptcord/index.tsx @@ -81,7 +81,7 @@ const ChatBarIcon: ChatBarButton = ({ isMainChat }) => { if (await DataStore.get('encryptcordGroup') == false || (await DataStore.get('encryptcordChannelId') != getCurrentChannel().id)) { setButtonDisabled(true); await sendTempMessage(getCurrentChannel().id, "", `join\`\`\`\n${await DataStore.get("encryptcordPublicKey")}\`\`\``, false); - sendBotMessage(getCurrentChannel().id, { content: `*Checking for any groups in this channel...*\n> If none is found, a new one will be created \n> You can do \`/encryptcord leave\` to leave the current group` }); + sendBotMessage(getCurrentChannel().id, { content: `*Checking for any groups in this channel...*\n> If none is found, a new one will be created \n> [Tip] You can do \`/encryptcord leave\` to leave a group` }); await sleep(5000); if (await DataStore.get('encryptcordGroup') == true && (await DataStore.get('encryptcordChannelId') != getCurrentChannel().id)) { sendBotMessage(getCurrentChannel().id, { content: "*Leaving current group...*" });