Hello, I'am zAltmr. A Multi-Configurated Discord bot with over 200+ commands.
What is the features of zAltmr?
- Multi-Purposed
- A lot of commands
- Quick setup
- Free To Fork
The creator / coder of zAltmr
Creator | About |
---|---|
Endternvl (Skaryet) | Full Coder, Creator |
AlvinGrizz / Zarc | Coder |
bdrxzzzz | Coder |
Recon's Server | Errors Helper |
𝙁𝘾 么 Glitch Editz | Helper and Just Cool? |
Sintya4 | Glitch's GF LOL Also Cool Helping Me (Kinda) |
Supporter | Supporter As Sure! 😀 |
How to setup the code of zAltmr?
- Upgrade NODEJS V14
- Choose one of this setup: (VisualStudioCode Setup) or (Website Setup)
Upgrading Node.js To A Better Version.
Just go to the official Node.js then download and execute the program u downloaded. It will take care of everything and with a few clicks of 'Next' you'll get the latest Node.js version running on your machine.
Alright so hey, repl.it is not supporting nodejs v16+ so i had to add this setup! this is going to be helpful!
- Execute this command on shell (SHELL NOT CONSOLE OKAY)
npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH
And then run this to clean npm cache and reinstall the package
rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i
-
Create the .replit to execute node from the shell instead of the console.
run="npm start"
-
Make sure to add the start script in your package.json file
"scripts": {
"start": "node ."
}
You can also add all of it, in your package.json
"scripts": {
"start": "node .",
"node-update": "npm i --save-dev node@16 && npm config set prefix=$(pwd)/node_modules/node && export PATH=$(pwd)/node_modules/node/bin:$PATH",
"node-clean": "rm -rf node_modules && rm package-lock.json && npm cache clear --force && npm cache clean --force && npm i",
"node-update-then-clean": "npm run node-update && npm run node-clean-cache"
}
npm run node-update-then-clean
to update-and-clean
- (Optional) If you had packages like canvas or sqlite before, you need to re-install those packages
npm uninstall canvas && npm i canvas
Note From Skaryet
If it still logs 'Node.js v14', use node.js language, then do the setup up there, then dont mind about the v12 version log. its now on v16 dont worry
also this only works on nodejs language not in bash so, if you're wondering why its not working on bash (never tried i guess not working lol) bc its workis perfectly on node language.
also if it still logs like 'nodejs v12' or under, and u have done the setup perfectly the same, dont worry! it's now v16! so you will not get this cannot find module 'discord.js'
error.
DiscordJS v13 required node v16 or newer
How to setup on visual studio code?
- Clone the github project:
git clone https://github.com/Endternvl/zAltmr
cd zAltmr
- Install the packages that required, But first,
npm install
- Then setup the
./config.json
- Then let's go coding!
How to setup the code on a website like Glitch or Replit
- There are 2 ways.
- Button Setup
- Manual Setup
- Clone the repository
- Then, install the packages required, But first, do
npm i
- Then setup the
./config.json
- Then Let's Go Coding!
Join our Discord Server and go to this channel
© Copyright zAltmr