CSVRole Commands
- !assigncsv
Upload a CSV file of the following format with the message that contains the command. The first line must be
username,role
:username,role firstusername,firstrolename secondusername,secondrolename
The bot will then try to assign the mentioned roles to the users. After the command finished, if some assignments failed, the bot will output a list of them.
- !removecsv
Upload a CSV file of the following format with the message that contains the command. The first line must be
username,role
:username,role firstusername,firstrolename secondusername,secondrolename
The bot will then try to remove the mentioned roles to the users. After the command finished, if some removal failed, the bot will output a list of them.