Giter Club home page Giter Club logo

zaltmr's Introduction

Hello! 🤖

Hello, I'am zAltmr. A Multi-Configurated Discord bot with over 200+ commands.

Features

What is the features of zAltmr?

  • Multi-Purposed
  • A lot of commands
  • Quick setup
  • Free To Fork

Creators

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! 😀

Code Support







How To Setup

How to setup the code of zAltmr?

  • Upgrade NODEJS V14
  • Choose one of this setup: (VisualStudioCode Setup) or (Website Setup)

Upgrade NODEJS

Upgrading Node.js To A Better Version.

Desktop Setup

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.

Replit Setup

Alright so hey, repl.it is not supporting nodejs v16+ so i had to add this setup! this is going to be helpful!

  1. 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 execute 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
  1. Create the .replit to execute node from the shell instead of the console. run="npm start"

  2. 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

  1. (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

VisualStudioCode Setup

How to setup on visual studio code?

  1. Clone the github project: git clone https://github.com/Endternvl/zAltmr
  2. cd zAltmr
  3. Install the packages that required, But first, npm install
  4. Then setup the ./config.json
  5. Then let's go coding!

Website Setup

How to setup the code on a website like Glitch or Replit

  • There are 2 ways.
  1. Button Setup
  2. Manual Setup

Button Setup

Run on Repl.it Remix on Glitch

Manual Setup

  1. Clone the repository
  2. Then, install the packages required, But first, do npm i
  3. Then setup the ./config.json
  4. Then Let's Go Coding!

Got any errors?

Join our Discord Server and go to this channel

© Copyright zAltmr

zaltmr's People

Contributors

endternvl avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.