Skip to content

nyxgoober/nimble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nimble Discord Self-Bot

Important

Self-Bots violate Discord's Terms of Service! Use at your own risk.

Nimble is a bot for Discord that runs and responds as yourself, cutting the need for installation in servers.

Requirements

  • Python 3.10+
  • discord.py-self
  • groq, aiohttp, qrcode, python-dotenv
pip install -r requirements.txt

Setup

Copy .env.example to .env and fill in your values:

DISCORD_TOKEN=your_token_here
GROQ_API_KEY=your_groq_key_here

Usage

python nimble.py

Commands

Text (nim!)

Command Usage Description
uwu nim!uwu <text> uwuify text
mock nim!mock <text> mOcK tExT
clap nim!clap <text> clap 👏 between 👏 words
length nim!length <text> character count

Encoding

Command Usage Description
qr nim!qr <text> generate QR code
b64 nim!b64 enc|dec <text> base64 encode/decode
morse nim!morse <text> convert to morse code
caesar nim!caesar <shift> <text> caesar cipher

Copypasta

Command Usage Description
linux nim!linux GNU/Linux copypasta
sixtyseven nim!sixtyseven 67 copypasta
edate nim!edate @user e-date someone

Utilities

Command Usage Description
ai nim!ai <prompt> ask AI (Groq)
define nim!define <word> dictionary lookup
ping nim!ping latency

System

Command Usage Description
reload nim!reload <cog> reload a cog
cogs nim!cogs list loaded cogs

Folder Structure

nimble/
├── nimble.py
├── .env
├── .env.example
├── requirements.txt
└── cogs/
    ├── text/text.py
    ├── encoding/encoding.py
    ├── copypasta/copypasta.py
    ├── utilities/utilities.py
    └── system/system.py

About

Simple Discord selfbot with discord.py-self and modular system

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages