webhooks and bug fixes

does not allow for editing/deleting them yet
This commit is contained in:
MathMan05 2025-03-21 11:45:23 -05:00
parent 7068b03757
commit 995961749e
11 changed files with 400 additions and 15 deletions

View file

@ -152,7 +152,22 @@
"selectName": "Name of channel",
"selectCatName": "Name of category",
"createChannel": "Create channel",
"createCatagory": "Create category"
"createCatagory": "Create category",
"permissions": "Permissions"
},
"webhooks": {
"createdAt": "Created at $1",
"name": "Name:",
"token": "Webhook token: `$1`",
"url": "Webhook url: `$1`",
"avatar": "Avatar",
"createdBy": "Created by:",
"notFound": "User no longer is in the guild",
"channel": "Channel",
"copyURL": "Copy Webhook URL",
"newWebHook": "New Webhook",
"EnterWebhookName": "Enter Webhook name",
"base": "Webhooks"
},
"switchAccounts": "Switch accounts ⇌",
"accountNotStart": "Account unable to start",
@ -483,5 +498,7 @@
"uploadFilesText": "Upload your files here!",
"errorReconnect": "Unable to connect to the server, retrying in **$1** seconds...",
"retrying": "Retrying...",
"unableToConnect": "Unable to connect to the Spacebar server. Please try logging out and back in."
"unableToConnect": "Unable to connect to the Spacebar server. Please try logging out and back in.",
"bot": "BOT",
"webhook": "WEBHOOK"
}