Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvinsjoy/discordselfbot
A Discord selfbot client (violates Discord's TOS)
https://github.com/alvinsjoy/discordselfbot
Last synced: about 1 month ago
JSON representation
A Discord selfbot client (violates Discord's TOS)
- Host: GitHub
- URL: https://github.com/alvinsjoy/discordselfbot
- Owner: alvinsjoy
- Created: 2023-12-10T15:52:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T15:17:31.000Z (11 months ago)
- Last Synced: 2024-01-28T16:29:20.470Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 34.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
This is a Discord bot project that uses the [Discord.js-selfbot-v13](https://www.npmjs.com/package/discord.js-selfbot-v13), [cleverbot-free](https://www.npmjs.com/package/cleverbot-free), and a custom server module.
## Installation
First, clone the repository to your local machine:
```bash
git clone https://github.com/yourusername/your-repo-name.git
```
Then, navigate to the project directory and install the dependencies:```bash
cd your-repo-name
npm install
```## Usage
```javascript
const keepAlive = require("./server")
const cleverbot = require("cleverbot-free");
const Discord = require('discord.js-selfbot-v13');const client = new Discord.Client({
checkUpdate: false, patchVoice: true,
});// Add your code here
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.