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.
Python 3.10+
discord.py-self
groq, aiohttp, qrcode, python-dotenv
pip install -r requirements.txt
Copy .env.example to .env and fill in your values:
DISCORD_TOKEN=your_token_here
GROQ_API_KEY=your_groq_key_here
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
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
Command
Usage
Description
linux
nim!linux
GNU/Linux copypasta
sixtyseven
nim!sixtyseven
67 copypasta
edate
nim!edate @user
e-date someone
Command
Usage
Description
ai
nim!ai <prompt>
ask AI (Groq)
define
nim!define <word>
dictionary lookup
ping
nim!ping
latency
Command
Usage
Description
reload
nim!reload <cog>
reload a cog
cogs
nim!cogs
list loaded cogs
nimble/
├── nimble.py
├── .env
├── .env.example
├── requirements.txt
└── cogs/
├── text/text.py
├── encoding/encoding.py
├── copypasta/copypasta.py
├── utilities/utilities.py
└── system/system.py