1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00

Merge pull request #9 from erkinalp/patch-1

This commit is contained in:
Flam3rboy 2021-10-09 10:42:39 +02:00 committed by GitHub
commit 5fd43c9e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Fosscord is backwards compatible to discord, which means you can reuse your existing discord bot library and only need to change the api endpoints.
Currently the bot dashboard is still in development and not yet finished. Until then you can use regular user accounts.
Currently the bot dashboard is still in development and not yet finished. Until then you can use regular user accounts. Similarly in the instances where the human/bot distinction is disabled, just a regular user would be used.
## Retrieve the user token:
@ -17,10 +17,12 @@ Currently the bot dashboard is still in development and not yet finished. Until
**Done**: You now can use this token to login with your bot libary or authorize any api request by putting it inside the authorization header.
**Notice**: Currently you can but don't need to prefix the token with "`Bot `"
**Notice**: Currently you can but don't need to prefix the token with "`Bot `".
## Libraries
### Discord.js
### Discord.py
### JDA