fix typos

This commit is contained in:
Ean Milligan 2024-05-18 18:05:17 -04:00
parent 0e440a7b33
commit 7f7f7e2445
3 changed files with 22 additions and 3 deletions

21
.vscode/settings.json vendored
View File

@ -13,7 +13,26 @@
"https://deno.land": true
},
"cSpell.words": [
"DEVMODE",
"LOCALMODE",
"sproc",
"USTZ"
]
],
"macros.list": {
"updateDbImport": [
{"command": "type", "args": {"text": "\nimport dbc"}},
{"command": "$delay", "args": {"delay": 100}},
"acceptSelectedSuggestion",
"cursorDown",
"deleteWordLeft",
"deleteRight",
"deleteRight",
"cursorEnd",
"cursorWordLeft",
"cursorWordLeft",
"cursorLeft",
{"command": "type", "args": {"text": "/common"}},
"workbench.action.files.save"
]
}
}

View File

@ -11,7 +11,7 @@ I am hosting this bot for public use and you may find its invite link below. If
After inviting the bot, if you want to create a dedicated event channel, simply run `/setup` in the desired channel and follow the on-screen prompts. If you don't want a dedicated channel, just run `/create-event` anywhere.
Note: The `MANAGE_GUILD`, `MANAGE_CHANNELS`, and `MANAGE_ROLES` permissions are only necessary for the `/setup` command. Once you create all of the event channel that you need, you may remove these permissions from the bot without causing any issues.
Note: The `MANAGE_GUILD`, `MANAGE_CHANNELS`, and `MANAGE_ROLES` permissions are only necessary for the `/setup` command. Once you create all of the event channels that you need, you may remove these permissions from the bot without causing any issues.
[Bot Invite Link](https://discord.com/api/oauth2/authorize?client_id=847256159123013722&permissions=268527664&scope=bot%20applications.commands)

View File

@ -12,7 +12,7 @@ export const config = {
'password': '', // Password for the account, user account may need to be authenticated with the "Standard" Authentication Type if this does not work out of the box
'name': '', // Name of the database Schema to use for the bot
},
'link': { // Links to various sites
'links': { // Links to various sites
'sourceCode': 'https://github.com/Burn-E99/GroupUp', // Link to the repository
'supportServer': '', // Invite link to the Discord support server
'addToCalendar': '', // Link to where the icsGenerator is hosted