Use Hikari instead of discord.py
This commit is contained in:
parent
50ef8b5a8e
commit
4f53f91e4a
4 changed files with 94 additions and 104 deletions
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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue