- Full auth over approval and denial -
APFP Auth
- Blocked from making requests -
APFP Blacklist
- The bot will only accept requests in this channel -
background-requests
- Base command -
/pfp
- First & Second argument (required) -
links
- This argument is the link to the images that will be shown on your profile
- Links must be a valid image from one of the following providers:
- Imgur -
i.imgur.com
- Unsplash -
images.unsplash.com
- Discord -
cdn.discordapp.com
ormedia.discordapp.net
- Imgur -
- Register bot commands with Discord -
build-commands.js
(Sys)
- Manual database interaction -
Database.js
(Sys, User)- Arguments are input based on the format of
valid interaction (input position)
- The arguments for calling this manually are as follows:
- The type of interaction - e.g.
--create
or-c
(all types follow CRUD) - all (1) - The selector value for the interaction -
string
- read & delete (2), update (3) - The selector "key" (if not set defaults to uid) -
string
- read & delete (3), update (4) - The params for a user -
{uid: 'string', img: 'string', orientation: 'string'}
- create & update (2)
- The type of interaction - e.g.
- Arguments are input based on the format of
- Copy
docker-compose.yml
and fill in the env variables - Run with docker-compose