Skip to content

Generate a CSV of all Discord members in a server and the date they joined

Notifications You must be signed in to change notification settings

gskril/discord-export-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export Discord Users

Generate a CSV of all Discord members in a server and the date they joined.

Run Locally

Clone the project

git clone https://github.com/gskril/discord-export-users.git

Go to the project directory

cd discord-bot

Install dependencies

npm install

After creating an application with Discord (read below), start the bot

npm start

Bot Configuration

  • Navigate to the Discord Developers website, create an application, and add it to your server
  • In Bot settings, check "Server Members Intent"
  • Back in the project files, rename .env.example to .env and enter your bot client token

How to Use

  • Send a message that says "/members" to any channel (suggested in private channel first for testing)
  • Only server members with admin permissions can use this function

About

Generate a CSV of all Discord members in a server and the date they joined

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published