THIS BOT IS NO LONGER MAINTAINED - THE NEW BOT IS HOSTED HERE
- Full auth over approval and denial -
BlackCube Auth
- Blocked from making requests -
BlackCube Blacklist
- The bot will only accept requests in this channel -
background-requests
- Base command -
/bg
- First argument (required) -
link
- This argument is the link to the image that will be shown on your profile
- Link 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 -
- Second argument (optional) -
position
- This argument will change the alignment of the image
- If left blank it will default to center alignment
- argument must be one of two types:
left
right
- Register bot commands with Discord -
build-commands.js
(Sys) - Compile the database into css -
build-css.js
(Sys) - Seed the database with users from the old bot -
seed.js
(Sys) - Load test the file hosting -
web-test.js
(User)- The arguments for this util are as follows:
- The number of requests to make -
int
- Toggle verbose mode (output failed request details) -
--verbose
or-v
- The number of requests to make -
- The arguments for this util are as follows:
- 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