From 4b471d3ca3683f4c6611cd05f1f335ec713a7ef2 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Thu, 15 Dec 2022 16:24:11 +0100 Subject: [PATCH] bastion: fix variable description --- bots/discord/bastion/egg-bastion.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bots/discord/bastion/egg-bastion.json b/bots/discord/bastion/egg-bastion.json index 6631bd4f..0ad33578 100644 --- a/bots/discord/bastion/egg-bastion.json +++ b/bots/discord/bastion/egg-bastion.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-12-15T16:06:15+01:00", + "exported_at": "2022-12-15T16:23:16+01:00", "name": "Bastion", "author": "parker@parkervcp.com", "description": "Bastion is a multi-purpose Discord Bot that can help you automate most tasks in your server, from administration and moderation to keeping the members active through various incentives, games and other fun activities", @@ -30,7 +30,7 @@ "variables": [ { "name": "Bot Token", - "description": "The Bot ID you get from https:\/\/discordapp.com\/developers\/applications\/", + "description": "The Bot Token you get from https:\/\/discordapp.com\/developers\/applications\/", "env_variable": "TESSERACT_BOT_TOKEN", "default_value": "GETABOTTOKEN", "user_viewable": true, @@ -40,7 +40,7 @@ }, { "name": "Bot Client ID", - "description": "", + "description": "The Bot ID you get from https:\/\/discordapp.com\/developers\/applications\/", "env_variable": "TESSERACT_BOT_ID", "default_value": "", "user_viewable": true, @@ -119,4 +119,4 @@ "field_type": "text" } ] -} \ No newline at end of file +}