GithubHelp home page GithubHelp logo

anonymous-dev-7074 / discord-customstatus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from colinshark/discord-customstatus

0.0 0.0 0.0 13 KB

Animate your custom status

License: MIT License

JavaScript 100.00%

discord-customstatus's Introduction

Discord Custom Status Animation

Animate your custom status

I am not responsible for any bans resulting in using this. Use at your own risk.


Requirements

Installation

  1. Download repository
  2. Unzip
  3. Open a command prompt inside the folder
  4. Enter npm install
  5. Rename config.json.example to config.json and adjust it - Read More
  6. Enter node index.js

Config

  • token String: Enter your secret discord token NEVER SHARE THIS WITH ANYONE - How to get your token
  • handleRatelimit Boolean: Set to true to handle Discord ratelimits, the script will wait until the ratelimit expires instead of the timeout value (This is untested, so it might not work)
  • animation Array:
    • text String: Text to display as custom status
    • emojiID String|null: Emoji ID of the emoji you want to display or null for nothing
    • emojiName String|null: Emoji name of the emoji you want to display or null for nothing
    • timeout Number: Amount in milliseconds how long to wait before continuing to the next one

How to get your token

Go to Discord and open the developer console using CTRL + SHIFT + I, go to the console tab and enter this code

var req=webpackJsonp.push([[],{extra_id:(e,r,t)=>e.exports=t},[["extra_id"]]]);for(let e in req.c)if(req.c.hasOwnProperty(e)){let r=req.c[e].exports;if(r&&r.__esModule&&r.default)for(let e in r.default)"getToken"===e&&console.log(r.default.getToken())}

It should now output your token which will look like random letters and numbers, etc. That is your token, put the whole thing as your token.

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.