-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,35 @@ | ||
# Selfbot | ||
This is my discord selfbot that i coded in my free time feel free to use or forke it. | ||
Este es mi selfbot de discord hecho para mis tonteria varias, sed libres de clonar la repo o hacerles fork o usarlos en vuestros projecto, pero lo menos darme credito por ello, no suelo ser muy activo para actualizarlo, teniendo en cuenta que la ultima vez que añadi algo fue hace un año, pero bueno como se puede ver en las notas de actualizacion he añadido nuevas cosas reducido y optimizado codigo en la medida y corregido bugs | ||
|
||
<h1> Importan things </h1> | ||
<h1> Librerias necesarias </h1> | ||
|
||
To you need to install the version 1.7.3 of discord.py, you can install an specific version with the command: pip install discord.py=1.7.3 , it dosnt work if you dont put the .py | ||
En este caso necesitarias discord.py en la version 1.7.3, colorama, aiohttp y openai (para la ia, por defecto usa chat-gpt3.5-turbo) | ||
|
||
Its also necesary that you install colorama and bs4 | ||
<h2> Futuro del proyecto</h2> | ||
|
||
Tengo varias cosas pensadas con este selfbot una de ellas es traducirlo al ingles que es la que se me viene a la caveza, tambien teneia pensado meter comandos de moderacion, estilo ban, kick y mute pero eso me esta dando problemas con la API de discord, tambien tengo pensado añadir la opcion para que te puedas añadir alias customs a los comandos de discrod, hacer que el token de discord no se tenga que almacenar dentro del codigo de python y tambien añadir mas comando que ya vere | ||
|
||
<h3> Donaciones </h3> | ||
|
||
Si por algun casual os da por donarme, por ahora solo acepto XMR (monero) y tokens de BAT (Brave brawser) a futoro mirare de aceptar mas metodos: | ||
|
||
XMR: 85wZXWMx82aRW27KM3sxmtPzpwyrNmGpcLUnDbP858snB1uj28unYXUKnsvA7Tg2fPU4RymZciC7CXVUhMifxfHpBFB6mkx | ||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
|
||
# Selfbot | ||
|
||
This is my Discord selfbot created for my various nonsense. Feel free to clone the repo, fork it, or use it in your projects, but please give credit where it's due. I'm not very active in updating it, considering the last time I added something was a year ago. However, as seen in the update notes, I've added new things, reduced and optimized code where possible, and fixed bugs. | ||
|
||
## Necessary Libraries | ||
|
||
In this case, you would need discord.py version 1.7.3, colorama, aiohttp, and openai (for the AI, it defaults to using chat-gpt3.5-turbo). | ||
|
||
## Future of the Project | ||
|
||
I have several ideas for this selfbot. One of them is translating it into English, which is the first thing that comes to mind. I also intended to include moderation commands, like ban, kick, and mute, but I'm facing issues with the Discord API. I'm also planning to add the option to create custom aliases for Discord commands, make the Discord token not stored within the Python code, and add more commands, which I'll decide later. | ||
|
||
## Donations | ||
|
||
If you feel like donating, for now, I only accept XMR (Monero) and BAT tokens (Brave Browser). In the future, I may consider accepting more methods: | ||
|
||
XMR: 85wZXWMx82aRW27KM3sxmtPzpwyrNmGpcLUnDbP858snB1uj28unYXUKnsvA7Tg2fPU4RymZciC7CXVUhMifxfHpBFB6mkx |