diff --git a/.vscode/settings.json b/.vscode/settings.json index a3b540f..cac6a60 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + ] + } } \ No newline at end of file diff --git a/README.md b/README.md index 5276beb..9b9711f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/config.example.ts b/config.example.ts index 3a01758..5141cb0 100644 --- a/config.example.ts +++ b/config.example.ts @@ -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