Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

headlined/myDucky

Repository files navigation

MyDucky

Cute & simplistic Discord self-bot programmed in JavaScript.

Installation

To install the project with Node.js, you need to first install discord.js-selfbot-v13. You can find the installation instructions for discord.js-selfbot-v13 on its GitHub page.

image

Usage

This self-bot is made to perform simple and neat commands like $duck and more. To view all available commands, run $help.

image

Running the Bot

To run the self-bot, follow these steps:

  1. Go to the directory and locate Information.json.

  2. In the "Token" space, input your user token. You can find a tutorial on how to get it here

    image

  3. Open a command prompt.

  4. Navigate to the directory where Index.js is located using the cd command. For example:

    cd path\to\your\directory
  5. Once in the same directory as Index.js, run the following command:

    node Index.js
  6. Wait until it starts and displays "MyDucky is ready for easy use".

image