Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lindorg/discord-text-channel-copier-bot
Copy Over a Discord Server Channel's Content Into New Server
https://github.com/lindorg/discord-text-channel-copier-bot
api-rest automation copy-paste databaseless discord discord-bot discord-js duplication transfer-data
Last synced: 5 days ago
JSON representation
Copy Over a Discord Server Channel's Content Into New Server
- Host: GitHub
- URL: https://github.com/lindorg/discord-text-channel-copier-bot
- Owner: lindorG
- License: mit
- Created: 2025-02-02T04:36:36.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-02-08T20:12:46.000Z (5 days ago)
- Last Synced: 2025-02-08T20:30:57.550Z (5 days ago)
- Topics: api-rest, automation, copy-paste, databaseless, discord, discord-bot, discord-js, duplication, transfer-data
- Language: JavaScript
- Homepage:
- Size: 2.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Text Channel Copier / Duplication Bot
## Description
* Simple Discord bot which currently has the capacity to capacity to scan a Discord server's text channel and copy over the messages from that specific text channel and into a target channel
## Getting Started
### Dependencies
must have [node.js](https://nodejs.org/en/download)
```
npm install discord.js
npm install dotenv
```### Installing
Through the [Discord Development Portal](https://discord.com/developers/applications), create a new application. In the settings, visit "OAuth2", then visit "OAuth2 URL generator" and checkmark "bot". Then scroll down and checkmarket "Administrator" as well. Use the URL that has been generated below to invite your newly created bot applicaiton into server(s) of your choosing. Now, all you must do is visit the "Bot" seciton of settings within the development portal, and in the "Token" area, click "Generate Token"/"Reset Token", and insert the generated token into the ``.env`` file, which is located in the main project files, within the quotations.
### Executing program
```
node index.js
```## Help
Please reach out to me if you have any issues with this bot. Future updates to come.
## Authors
ex. Discord: [@gumshoe](https://discord.com/users/173155815312588800)
## Version History
* 0.4
* Initial Release