CSVRole Commands ================ .. function:: !assigncsv Upload a CSV file of the following format with the message that contains the command. The first line must be :code:`username,role`: .. code-block:: 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. .. function:: !removecsv Upload a CSV file of the following format with the message that contains the command. The first line must be :code:`username,role`: .. code-block:: 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.