You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
src | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
config.json | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
test.js | 1 year ago |
README.md
Discord Message Fetch
Quickly fetch whole message history of a Discord channel.
Usage
- Clone this repository :
git clone https://github.com/overlisted/discord-messages-fetch # Clone the repository
cd discord-messages-fetch # Go on the repository folder
- Install dependencies :
npm i --save # Install Node dependencies
- Fill out the
config.json
file. - Run the
test.js
file :
node tests.js <channel_id>
You will be able to see the gathered messages in the messages.json
file.