Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Requirements Before Set-up:
- Node.JS v16+ installed.
- Code Editor: VSC(recommended), Sublime, Atom, etc.
- Set-up: Bot
- Go to your Discord Developers Applications and create a new bot | You can use an existing one.
- Go to the "Bot" section and scroll down till you see "Privileged Gateway Intents".
- Select both Presence Intent, Server Members Intent, and Message Content Intents.
- Linux Set-up:
- Extract the code in a folder, Right Click anywhere and click on Open in Terminal.
- After opening write npm init then, spam Enter, until you see Is this OK? (yes) Press Enter again.
- Next, you'll have to install discord.js, in that same terminal type npm install discord.js@13.1.0 chalk, this will install discord.js and chalk.
- Start the bot by typing node . or node index.js
- linuxDistro
- Set-up: Script
- Run the launch file and wait for all the packages to be installed.
- Navigate to the config folder, right click on the config.json file.
- Open the file either on Notepad or a code editor i.e VSC (Visual Studio Code).
- Make sure to add your ID for the commands to work.
- Fill in ALL the gaps.
- Save.
- Extra:
- disableEveryone | Default set to true, add your user ID | Makes sure no one else can use the tool. Set to false if you wish.
- disable
- Start-up:
- Navigate to the "src" folder, and run the presser.bat file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement