Use Hikari instead of discord.py
This commit is contained in:
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python Debugger: Current File",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
]
|
||||
}
|
17
.vscode/settings.json
vendored
17
.vscode/settings.json
vendored
@ -1,12 +1,25 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"anewdawn",
|
||||
"asctime",
|
||||
"audioop",
|
||||
"docstrings",
|
||||
"dotenv",
|
||||
"forgefilip",
|
||||
"forgor",
|
||||
"hikari",
|
||||
"isort",
|
||||
"killyoy",
|
||||
"levelname",
|
||||
"lovibot",
|
||||
"Lovinator",
|
||||
"nobot",
|
||||
"plubplub",
|
||||
"pycodestyle",
|
||||
"pydocstyle",
|
||||
"PYTHONDONTWRITEBYTECODE",
|
||||
"PYTHONUNBUFFERED"
|
||||
"PYTHONUNBUFFERED",
|
||||
"testpaths",
|
||||
"thelovinator"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user