List Command - ArthurBoddaert/Discord-Bot GitHub Wiki

Description

The 'list' command creates a list of all users who have a role on a server you can add a few arguments in order to change the result of this command

  • Followed by a role name, the command will display every user with the specified role
  • Followed by a status, the command will display every user with the specified status. The statutes are 'online', 'offline', 'idle' and 'dnd' (dnd=do not disturb)
  • Followed by the name of a voice channel, the command will display every user in the specified channel
  • Followed by '-o' and a file name, the bot will upload a file containing the list of the users on the discord server with their discord IDs and their roles on the server this file is also stored in the 'files/list-o/' directory

Usage

  • --list
  • --list role
  • --list online
  • --list online role
  • --list role member
  • --list online offline
  • --list my_voice_channel
  • --list -o my_file_name