https://github.com/itslemax/discord-april-fools
Renames every person on a discord server to a chosable text
https://github.com/itslemax/discord-april-fools
april-fools discord names renaming
Last synced: 3 months ago
JSON representation
Renames every person on a discord server to a chosable text
- Host: GitHub
- URL: https://github.com/itslemax/discord-april-fools
- Owner: ItsLeMax
- License: agpl-3.0
- Created: 2024-04-28T02:33:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T22:44:58.000Z (5 months ago)
- Last Synced: 2025-01-29T08:44:48.853Z (5 months ago)
- Topics: april-fools, discord, names, renaming
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord April Fools
Renames every person on a discord server to a chosable text\
> [!CAUTION]
> This bot uses the now outdated DiscordJS v13. Newer versions may be required and break the bot.## Requirements
> ...that are necessary:
- A [Discord Bot](https://discord.com/developers/applications) (You may use [this guide](https://discord.com/developers/docs/quick-start/getting-started))
> ...that may have working alternatives:
- [Node](https://nodejs.org/en/download/prebuilt-installer)
- Windows
> ...that have working alternatives:
- [7-Zip](https://7-zip.de/download.html)## Setup
1. Download the source code by clicking on `<> Code` & `Download ZIP` and extract its content.\

2. Open the root folder and inside it the terminal (typing `cmd` inside the file explorer path works) and execute `npm i`. Keep the terminal open.\
\

3. Open the .env file and put your bots token in there behind the equal sign.\

4. Go inside the `src` folder, open up the config.json and change every property as needed. The `command` property will cause specific actions to be performed.\
\
Change it step by step (every bot execution as seen in step 5) to one of the following:
```
0 - Default
1 - Step 1: store old names
2 - Step 2: execute (rename everyone)
3 - Step 3: rollback (original names)
404 - Completely wipe userdata.json
```
5. Open up the terminal again and execute the command `node .` to run the bot.\
