From 7f8fe3359ab7d7a217ca869810d976372c7d91b3 Mon Sep 17 00:00:00 2001 From: PineappleFan Date: Sat, 30 Jul 2022 22:06:51 +0100 Subject: [PATCH] Update format.js --- src/config/format.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/format.js b/src/config/format.js index 6749338..16519b5 100644 --- a/src/config/format.js +++ b/src/config/format.js @@ -9,7 +9,7 @@ const defaultDict = { "token": "Your bot token", "managementGuildID": "Your management guild ID (Used for running management commands on the bot)", "owners": [], - "verifySecret": "If using verify, enter a code here which matches the secret send back by your website. You can use a random code if you do not have one already. (Optional)", + "verifySecret": "If using verify, enter a code here which matches the secret sent back by your website. You can use a random code if you do not have one already. (Optional)", "mongoUrl": "Your Mongo connection string, e.g. mongodb://127.0.0.1:27017", "baseUrl": "Your website where buttons such as Verify and Role menu will link to, e.g. https://example.com", "pastebinApiKey": "An API key for pastebin (optional)",