GithubHelp home page GithubHelp logo

discordtools's Introduction

Discord Tools

This Archive contains JavaScript snippets that can be used in the Discord Web Application.

Prerequisites

  • Discord

Installing

While the Discord client is opened hold CTRL + SHIFT + I to open the Discord developer tools

With this opened Click Console (You will be greated with a warning - Remember that you are entering this script at your own risk. Never enter anything into this Console without knowing what it does) paste the content of XP.js

Before clicking enter fill out the following fields let channel_id = ""; let auth = "";

The channel id can be retrieved by entering Discord Developer mode and right click the channel (Copy id)

And for auth; it requires more instruction which i will not go into with this tutorial.

Post Installation Notes

The break down of this script is specified below

A web request is sent every 60s to the following url : https://discordapp.com/api/v6/channels/{CHANNEL-ID}/messages and following that request another request is made to : https://discordapp.com/api/v6/channels/{CHANNEL-ID}/messages/{MESSAGE-ID} this can be considered as a self bot which i must warn is against the Discord TOS

Authors

See also the list of contributors who participated in this project.

Acknowledgments

  • I do not endorse the use of this on servers that prohibit it.
  • If requested i will remove this from GitHUB.

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.