fix typos
This commit is contained in:
parent
0e440a7b33
commit
7f7f7e2445
|
@ -13,7 +13,26 @@
|
||||||
"https://deno.land": true
|
"https://deno.land": true
|
||||||
},
|
},
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
|
"DEVMODE",
|
||||||
|
"LOCALMODE",
|
||||||
"sproc",
|
"sproc",
|
||||||
"USTZ"
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -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.
|
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)
|
[Bot Invite Link](https://discord.com/api/oauth2/authorize?client_id=847256159123013722&permissions=268527664&scope=bot%20applications.commands)
|
||||||
|
|
||||||
|
|
|
@ -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
|
'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
|
'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
|
'sourceCode': 'https://github.com/Burn-E99/GroupUp', // Link to the repository
|
||||||
'supportServer': '', // Invite link to the Discord support server
|
'supportServer': '', // Invite link to the Discord support server
|
||||||
'addToCalendar': '', // Link to where the icsGenerator is hosted
|
'addToCalendar': '', // Link to where the icsGenerator is hosted
|
||||||
|
|
Loading…
Reference in New Issue