staff-application
A discord bot for staff application using modal
Setup
Create .env
file and use variables blow
TOKEN=YOUR_DISCORD_TOKEN
Config:
admins
– users ids to allow to use !send
command that sent embed with apply button.
submitChannel
– channel id for all submitted forms sent to
embedChannel
– channel if for apply button sent to
staffRoles
– roles ids to add to the member after accepting him
Example config:
{
"admins": ["596227913209217024"],
"submitChannel": "",
"embedChannel": "",
"staffRoles": ["899989194884153344", "899987560808452146"]
}