Use Hikari instead of discord.py

This commit is contained in:
Joakim Hellsén 2024-12-22 03:43:10 +01:00
commit 4f53f91e4a
No known key found for this signature in database
GPG key ID: D196AE66FEBE1DC9
4 changed files with 94 additions and 104 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"
}
]
}