Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/headlined/myducky

Cute & simplistic Discord self-bot programmed in JavaScript.
https://github.com/headlined/myducky

discord discord-js discord-selfbot discordjs discordsb discordselfbot djs djs-v13 duck free hot is maintained selfbot suno

Last synced: 3 months ago
JSON representation

Cute & simplistic Discord self-bot programmed in JavaScript.

Awesome Lists containing this project

README

        

## 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](https://github.com/aiko-chan-ai/discord.js-selfbot-v13).

![image](https://github.com/Suno0526/MyDucky/assets/134660747/a0600738-d65e-4502-916e-805648f3ca49)

### Usage

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

![image](https://github.com/Suno0526/MyDucky/assets/134660747/30ee1d19-6ca5-45f0-b183-e7c6635b6033)

### 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](https://www.youtube.com/watch?v=YEgFvgg7ZPI)

![image](https://github.com/Suno0526/MyDucky/assets/134660747/17843cb8-31cc-4fc7-8430-c770d60c79fb)

3. Open a command prompt.
4. Navigate to the directory where `Index.js` is located using the `cd` command. For example:

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

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

![image](https://github.com/Suno0526/MyDucky/assets/134660747/d61762d2-92b8-48f7-a27a-c9d4febc4509)