Use Hikari instead of discord.py

This commit is contained in:
2024-12-22 03:43:10 +01:00
parent 50ef8b5a8e
commit 4f53f91e4a
4 changed files with 93 additions and 103 deletions

12
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,12 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}