From 2f29fbb614dcd7e9d2b265c344a39d358446e6e5 Mon Sep 17 00:00:00 2001 From: 7teen <71920969+17teen@users.noreply.github.com> Date: Wed, 19 May 2021 07:00:02 +0100 Subject: [PATCH] 17 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f15695d..ce6e2b2 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ 1. Run the 'run' file. +## Does This Work On Repl.it? + +Yes. [Click Here](https://replit.com/@17teen/Discord-Mass-DM-Tool?v=1) + # How it works. * Discord has added a feature named ["Gateway Intents"](https://discord.com/developers/docs/topics/gateway), which are a form of real-time communication over secure WebSockets. This is to control abuse of data and to lower computational overload.