Skip to content

Renames every person on a discord server to a chosable text

License

Notifications You must be signed in to change notification settings

ItsLeMax/Discord-April-Fools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord April Fools

Renames every person on a discord server to a chosable text
1 0 0-rename

Caution

This bot uses the now outdated DiscordJS v13. Newer versions may be required and break the bot.

Requirements

...that are necessary:

...that may have working alternatives:

...that have working alternatives:

Setup

  1. Download the source code by clicking on <> Code & Download ZIP and extract its content.
    download
  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.
    cmd
    npm
  3. Open the .env file and put your bots token in there behind the equal sign.
    1 0 0-env
  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.
    1 0 0-config
    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
  1. Open up the terminal again and execute the command node . to run the bot.
    1 0 0-node