mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-08-02 19:41:37 +00:00
updated to newest version of discord and bot files
This commit is contained in:
15
.vscode/launch.json
vendored
Normal file
15
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Discord Bot",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "bot.py",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -8,13 +8,6 @@
|
||||
"files.associations": {
|
||||
"DockerDev": "dockerfile",
|
||||
},
|
||||
"workbench.colorTheme": "One Dark Pro",
|
||||
"explorer.confirmDelete": false,
|
||||
"editor.fontFamily": "JetBrains Mono",
|
||||
"editor.letterSpacing": 1.2,
|
||||
"editor.fontLigatures": true,
|
||||
"editor.wordWrap": "on",
|
||||
"python.formatting.provider": "black",
|
||||
"python.showStartPage": false,
|
||||
"editor.fontSize": 13,
|
||||
}
|
Reference in New Issue
Block a user