Bot Won't Be Able To Access Data #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, to prevent users from seeing irrelevant and potentially sensitive data from other users, access is restricted to items related to a guild the user has saved. This will stop the bot from being able to get the data it needs, and so an advanced permissions system may be in order.
Currently using a hacky attribute to a normal user model.
I have configured the API in a way that works well.
Only admin users will have access to content separate from their servers, and the JS will filter for them to prevent incorrect server data showing.
This means that the bot can use an API token from any administrator user to work correctly, and therefor this issue isn't needed.